TODO: sending only part of --data is now possible
Since 40c264db61
Closes #15794
This commit is contained in:
parent
b06b35154f
commit
33ea71ea3a
10
docs/TODO
10
docs/TODO
@ -158,7 +158,6 @@
|
|||||||
18.13 Acknowledge Ratelimit headers
|
18.13 Acknowledge Ratelimit headers
|
||||||
18.14 --dry-run
|
18.14 --dry-run
|
||||||
18.15 --retry should resume
|
18.15 --retry should resume
|
||||||
18.16 send only part of --data
|
|
||||||
18.17 consider filename from the redirected URL with -O ?
|
18.17 consider filename from the redirected URL with -O ?
|
||||||
18.18 retry on network is unreachable
|
18.18 retry on network is unreachable
|
||||||
18.19 expand ~/ in config files
|
18.19 expand ~/ in config files
|
||||||
@ -1125,15 +1124,6 @@
|
|||||||
|
|
||||||
See https://github.com/curl/curl/issues/1084
|
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
|
|
||||||
|
|
||||||
18.17 consider filename from the redirected URL with -O ?
|
18.17 consider filename from the redirected URL with -O ?
|
||||||
|
|
||||||
When a user gives a URL and uses -O, and curl follows a redirect to a new
|
When a user gives a URL and uses -O, and curl follows a redirect to a new
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user