mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
cmdline-docs: more options converted and fixed
Now all options are in the new system.
This commit is contained in:
parent
ac85f332f1
commit
a387d881ec
51 changed files with 625 additions and 31 deletions
|
|
@ -31,9 +31,8 @@ Example:
|
|||
curl -H "X-First-Name: Joe" http://example.com/
|
||||
|
||||
\fBWARNING\fP: headers set with this option will be set in all requests - even
|
||||
after redirects are followed, like when told with \fB-L, --location\fP. This
|
||||
can lead to the header being sent to other hosts than the original host, so
|
||||
sensitive headers should be used with caution combined with following
|
||||
redirects.
|
||||
after redirects are followed, like when told with --location. This can lead to
|
||||
the header being sent to other hosts than the original host, so sensitive
|
||||
headers should be used with caution combined with following redirects.
|
||||
|
||||
This option can be used multiple times to add/replace/remove multiple headers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue