mirror of
https://github.com/curl/curl.git
synced 2026-08-13 08:00:54 +03:00
modified again to look better HTML converted
This commit is contained in:
parent
5c1a6ed719
commit
c8ee1fa62e
1 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,8 @@ want the transfer to start from.
|
||||||
.B CURLOPT_COOKIE
|
.B CURLOPT_COOKIE
|
||||||
Pass a pointer to a zero terminated string as parameter. It will be used to
|
Pass a pointer to a zero terminated string as parameter. It will be used to
|
||||||
set a cookie in the http request. The format of the string should be
|
set a cookie in the http request. The format of the string should be
|
||||||
\[NAME]=[CONTENTS]; Where NAME is the cookie name.
|
NAME=CONTENTS, where NAME is the cookie name and CONTENTS is what the cookie
|
||||||
|
should contain.
|
||||||
|
|
||||||
If you need to set mulitple cookies, you need to set them all using a single
|
If you need to set mulitple cookies, you need to set them all using a single
|
||||||
option and thus you need to concat them all in one single string. Set multiple
|
option and thus you need to concat them all in one single string. Set multiple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue