mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:27:50 +03:00
CURLOPT_COOKIE.md: tiny language edit
This commit is contained in:
parent
805bbf7c55
commit
3aef8b97b3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ should contain.
|
|||
|
||||
To set multiple cookies, set them all using a single option concatenated like
|
||||
this: "name1=content1; name2=content2;" etc. libcurl does not syntax check the
|
||||
data but assumes the applications gives it what it needs to send.
|
||||
data but assumes the application gives it what it needs to send.
|
||||
|
||||
This option sets the cookie header explicitly in the outgoing request(s). If
|
||||
multiple requests are done due to authentication, followed redirections or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue