mirror of
https://github.com/curl/curl.git
synced 2026-08-26 03:13:31 +03:00
parent
ba7b94b1e7
commit
4298b97020
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ to read previously stored cookie from. This option also activates the cookie
|
|||
engine which will make curl record incoming cookies, which may be handy if
|
||||
you're using this in combination with the --location option or do multiple URL
|
||||
transfers on the same invoke. If the file name is exactly a minus ("-"), curl
|
||||
will instead the contents from stdin.
|
||||
will instead read the contents from stdin.
|
||||
|
||||
The file format of the file to read cookies from should be plain HTTP headers
|
||||
(Set-Cookie style) or the Netscape/Mozilla cookie file format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue