From 1f9b0e70ab2131315744d0eedf9c5e29f34c8cb4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 4 Sep 2003 10:55:20 +0000 Subject: Based on Joerg Mueller-Tolk's patch, this introduces support for CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL --- lib/urldata.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/urldata.h') 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 */ }; -- cgit v1.2.3