mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:27:16 +03:00
curl.1: Clarify --dump-header only writes received headers
This commit is contained in:
parent
771f3f22dd
commit
7f439f1652
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ told to read from a file like that, carriage returns and newlines will be
|
|||
stripped out. If you don't want the @ character to have a special
|
||||
interpretation use \fI--data-raw\fP instead.
|
||||
.IP "-D, --dump-header <file>"
|
||||
Write the protocol headers to the specified file.
|
||||
Write the received protocol headers to the specified file.
|
||||
|
||||
This option is handy to use when you want to store the headers that an HTTP
|
||||
site sends to you. Cookies from the headers could then be read in a second
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue