diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-09 13:29:00 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-09 15:20:53 +0000 |
commit | ae363075e6219f3cb198447d42a6b696f427ff14 (patch) | |
tree | 5d8d5d1a52308e31260d9a3a8c8c26d1b583500e /docs/TODO | |
parent | ea3828e0c7c18b2e8b40b896ff7a3863d71658b6 (diff) |
TODO: Removed url-specific options
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 25 |
1 files changed, 5 insertions, 20 deletions
@@ -87,9 +87,8 @@ 15.3 prevent file overwriting 15.4 simultaneous parallel transfers 15.5 provide formpost headers - 15.6 url-specific options - 15.7 warning when setting an option - 15.8 IPv6 addresses with globbing + 15.6 warning when setting an option + 15.7 IPv6 addresses with globbing 16. Build 16.1 roffit @@ -494,27 +493,13 @@ to provide the data to send. which should overwrite the program reasonable defaults (plain/text, 8bit...) -15.6 url-specific options - - Provide a way to make options bound to a specific URL among several on the - command line. Possibly by letting ':' separate options between URLs, - similar to this: - - curl --data foo --url url.com : \ - --url url2.com : \ - --url url3.com --data foo3 - - (More details: http://curl.haxx.se/mail/archive-2004-07/0133.html) - - The example would do a POST-GET-POST combination on a single command line. - -15.7 warning when setting an option +15.6 warning when setting an option Display a warning when libcurl returns an error when setting an option. This can be useful to tell when support for a particular feature hasn't been compiled into the library. -15.8 IPv6 addresses with globbing +15.7 IPv6 addresses with globbing Currently the command line client needs to get url globbing disabled (with -g) for it to support IPv6 numerical addresses. This is a rather silly flaw @@ -590,7 +575,7 @@ to provide the data to send. for applications to differentiate on TCP vs UDP and even HTTP vs FTP and similar. -10. Next major release +19. Next major release 19.1 cleanup return codes |