mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
Based on Joerg Mueller-Tolk's patch, this introduces support for
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
This commit is contained in:
parent
8fae12b2f1
commit
1f9b0e70ab
3 changed files with 24 additions and 3 deletions
|
|
@ -575,6 +575,9 @@ struct PureInfo {
|
|||
long header_size; /* size of read header(s) in bytes */
|
||||
long request_size; /* the amount of bytes sent in the request(s) */
|
||||
|
||||
long proxyauthavail;
|
||||
long httpauthavail;
|
||||
|
||||
char *contenttype; /* the content type of the object */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue