aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-04 10:55:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-04 10:55:20 +0000
commit1f9b0e70ab2131315744d0eedf9c5e29f34c8cb4 (patch)
tree9f3b4a05f805b07bc28aca3cdad445f4c97ad51b /lib/urldata.h
parent8fae12b2f1d110cf805df87c6a5448334f8d8355 (diff)
Based on Joerg Mueller-Tolk's patch, this introduces support for
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 2a7198055..d5dc2e1f8 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */
};