aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-12 17:34:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-12 17:34:27 +0000
commitecf32c964aa1f45285d26c91f2cad5513075aa45 (patch)
treed82d3f186b1762d21577c306e8d54831499889a3 /lib/urldata.h
parente58f30b82a90cd79724ddc567b9e87732e3b1fa6 (diff)
CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's
a "plain" Negotiate as well.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a03e12d26..c1e597971 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -705,9 +705,9 @@ struct UserDefined {
char *set_proxy; /* proxy to use */
long use_port; /* which port to use (when not using default) */
char *userpwd; /* <user:password>, if used */
- bool httpdigest; /* if HTTP Digest authentication is enabled */
- bool httpnegotiate; /* if HTTP Negotiate authentication is enabled */
- bool httpntlm; /* if HTTP NTLM authentication is enabled */
+
+ curl_httpauth httpauth; /* what kind of HTTP authentication to use */
+
char *set_range; /* range, if used. See README for detailed specification
on this syntax. */
long followlocation; /* as in HTTP Location: */