mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:37:17 +03:00
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.
This commit is contained in:
parent
696843c020
commit
e56ae1426c
14 changed files with 425 additions and 6 deletions
|
|
@ -629,6 +629,10 @@ typedef enum {
|
|||
You should use this in combination with CURLOPT_USERPWD. */
|
||||
CINIT(HTTPDIGEST, LONG, 107),
|
||||
|
||||
/* Set this to a non-zero value to enable HTTP Negotiate Authentication.
|
||||
You should use this in combination with CURLOPT_USERPWD. */
|
||||
CINIT(HTTPNEGOTIATE, LONG, 108),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue