diff options
| author | Haibo Huang <hhb@google.com> | 2019-06-05 01:34:44 -0700 |
|---|---|---|
| committer | Haibo Huang <hhb@google.com> | 2019-06-05 10:21:22 -0700 |
| commit | b6336c15baf89d415956ffa6ba0153aad8f3c8a4 (patch) | |
| tree | bdad9030ac485f3457b117b0ae00204c72565261 /docs/TODO | |
| parent | 4ca25ace8f2f755ad868b137c04bc7bcefe14518 (diff) | |
| download | external_curl-b6336c15baf89d415956ffa6ba0153aad8f3c8a4.tar.gz external_curl-b6336c15baf89d415956ffa6ba0153aad8f3c8a4.tar.bz2 external_curl-b6336c15baf89d415956ffa6ba0153aad8f3c8a4.zip | |
Upgrade curl to curl-7_65_1
Test: None
Change-Id: Ida7e08ab7a97c60c9687f3a225ff826d14281d6b
Diffstat (limited to 'docs/TODO')
| -rw-r--r-- | docs/TODO | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -149,7 +149,7 @@ 18.4 simultaneous parallel transfers 18.5 UTF-8 filenames in Content-Disposition 18.6 warning when setting an option - 18.8 offer color-coded HTTP header output + 18.7 at least N milliseconds between requests 18.9 Choose the name of file in braces for complex URLs 18.10 improve how curl works in a windows console window 18.11 Windows: set attribute 'archive' for completed downloads @@ -1015,11 +1015,16 @@ that doesn't exist on the server, just like --ftp-create-dirs. This can be useful to tell when support for a particular feature hasn't been compiled into the library. -18.8 offer color-coded HTTP header output +18.7 at least N milliseconds between requests - By offering different color output on the header name and the header - contents, they could be made more readable and thus help users working on - HTTP services. + Allow curl command lines issue a lot of request against services that limit + users to no more than N requests/second or similar. Could be implemented with + an option asking that at least a certain time has elapsed since the previous + request before the next one will be performed. Example: + + $ curl "https://example.com/api?input=[1-1000]" -d yadayada --after 500 + + See https://github.com/curl/curl/issues/3920 18.9 Choose the name of file in braces for complex URLs |
