summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-04 14:42:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-04 14:42:41 +0000
commit7f21669ef2188173d854857cb51c37c8d969d9e8 (patch)
treeb787aeb7338d0b1d955ed5fbe97546a1dbf1c69f
parent3a145180cc754a5959ca971ef3cd243c5c83fc51 (diff)
downloadcurl-7f21669ef2188173d854857cb51c37c8d969d9e8.tar.gz
-G or similar to make -d data get into a GET
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 742f7b353..7fbea1ce2 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -12,6 +12,16 @@ TODO
To do in a future release (random order):
+ * It would be nice to be able to use "-d" (or something similar) to attach
+ parameters of EITHER the GET or POST type... It would either require
+ another curl argument to specify "GET" (obviously the default should remain
+ POST), or it would require a new curl argument (perhaps -G/--get-data).
+
+ I know we're running out of letters, but it somehow feels a little
+ "cleaner" to just tag on each of your HTTP "parameters" (data-items) one by
+ one and let curl put them together, rather than having to put them together
+ myself and include them in the URL.
+
* Add an interface that enables a user to select prefered SSL ciphers to use.
* Make curl deal with cookies better. libcurl should be able to maintain a