mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
tool_getparam: Added initial support for --next/-:
Added initial support for --next/-: which will be used to replace the rather confusing : command line operation what was used for the URL specific options prototype.
This commit is contained in:
parent
3228deff40
commit
1a9b58fcb2
4 changed files with 11 additions and 0 deletions
|
|
@ -124,6 +124,11 @@ same command line option.)
|
|||
.IP "-#, --progress-bar"
|
||||
Make curl display progress as a simple progress bar instead of the standard,
|
||||
more informational, meter.
|
||||
.IP "-:, --next"
|
||||
Tells curl to use a separate operation for the following URL and associated
|
||||
options. This allows you to send several URL requests, each with their own
|
||||
specific options, for example, such as different user names or custom requests
|
||||
for each. (Added in 7.36.0)
|
||||
.IP "-0, --http1.0"
|
||||
(HTTP) Tells curl to use HTTP version 1.0 instead of using its internally
|
||||
preferred: HTTP 1.1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue