Better Digest stuff

This commit is contained in:
Daniel Stenberg
2003-05-22 22:39:38 +00:00
parent 9f69deec7d
commit a39d77227f
5 changed files with 38 additions and 10 deletions

View File

@@ -671,6 +671,7 @@ 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 is enabled */
char *set_range; /* range, if used. See README for detailed specification
on this syntax. */
long followlocation; /* as in HTTP Location: */