mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:43:34 +03:00
added COOKIEJAR
This commit is contained in:
parent
c13dbf7bae
commit
8e0043165a
1 changed files with 4 additions and 0 deletions
|
|
@ -453,6 +453,10 @@ typedef enum {
|
|||
* handshake, set 1 to check existence, 2 to ensure that it matches the
|
||||
* provided hostname. */
|
||||
CINIT(SSL_VERIFYHOST, LONG, 81),
|
||||
|
||||
/* Specify which file name to write all known cookies in after completed
|
||||
operation. Set file name to "-" (dash) to make it go to stdout. */
|
||||
CINIT(COOKIEJAR, OBJECTPOINT, 82),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unusued */
|
||||
} CURLoption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue