diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-01-14 12:49:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-14 12:49:12 +0100 |
commit | e3b911463aacb1ccee41671705c5cdcbd9f82c14 (patch) | |
tree | 90b1dbfb3e9569f47d7e72af8fda072804569e09 /docs/TODO | |
parent | 535a29c01acc519c7c11e0a50ede9ce1b0b89100 (diff) |
TODO: send only part of --data
Closes #1200
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -151,6 +151,7 @@ 18.13 support metalink in http headers 18.14 --fail without --location should treat 3xx as a failure 18.15 --retry should resume + 18.16 send only part of --data 19. Build 19.1 roffit @@ -1020,6 +1021,14 @@ that doesn't exist on the server, just like --ftp-create-dirs. See https://github.com/curl/curl/issues/1084 +18.16 send only part of --data + + When the user only wants to send a small piece of the data provided with + --data or --data-binary, like when that data is a huge file, consider a way + to specify that curl should only send a piece of that. One suggested syntax + would be: "--data-binary @largefile.zip!1073741823-2147483647". + + See https://github.com/curl/curl/issues/1200 19. Build |