Based on Joerg Mueller-Tolk's patch, this introduces support for

CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
This commit is contained in:
Daniel Stenberg
2003-09-04 10:55:20 +00:00
parent 8fae12b2f1
commit 1f9b0e70ab
3 changed files with 24 additions and 3 deletions

View File

@@ -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 */
};