mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
Better Digest stuff
This commit is contained in:
parent
9f69deec7d
commit
a39d77227f
5 changed files with 38 additions and 10 deletions
|
|
@ -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: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue