mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
This commit is contained in:
parent
df760a0a4b
commit
29b7fb628e
@ -1007,6 +1007,8 @@ typedef enum {
|
|||||||
CURLINFO_REDIRECT_COUNT = CURLINFO_LONG + 20,
|
CURLINFO_REDIRECT_COUNT = CURLINFO_LONG + 20,
|
||||||
CURLINFO_PRIVATE = CURLINFO_STRING + 21,
|
CURLINFO_PRIVATE = CURLINFO_STRING + 21,
|
||||||
CURLINFO_HTTP_CONNECTCODE = CURLINFO_LONG + 22,
|
CURLINFO_HTTP_CONNECTCODE = CURLINFO_LONG + 22,
|
||||||
|
CURLINFO_HTTPAUTH_AVAIL = CURLINFO_LONG + 23,
|
||||||
|
CURLINFO_PROXYAUTH_AVAIL = CURLINFO_LONG + 24,
|
||||||
/* Fill in new entries below here! */
|
/* Fill in new entries below here! */
|
||||||
|
|
||||||
CURLINFO_LASTONE = 23
|
CURLINFO_LASTONE = 23
|
||||||
|
Loading…
Reference in New Issue
Block a user