diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 14:32:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 14:32:48 +0000 |
commit | 6a2744992285c39d0cb69295228722ed1e3037c5 (patch) | |
tree | 4da16655891460817667a91946b8175725bcb97c | |
parent | 9a9c07f5716a02b7c6e6ad16f4c84f75e8804f44 (diff) |
digest works in the proxyauth too
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 8074798c0..5b54a3472 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -442,7 +442,7 @@ use. Note that for some methods, this will induce an extra network round-trip. Set the actual name and password with the \fICURLOPT_PROXYUSERPWD\fP option. The bitmask can be constructed by or'ing together the bits listed above for the \fICURLOPT_HTTPAUTH\fP option. As of -this writing, only Basic and NTLM work. (Added in 7.10.7) +this writing, only Basic, Digest and NTLM work. (Added in 7.10.7) .SH HTTP OPTIONS .IP CURLOPT_AUTOREFERER Pass a non-zero parameter to enable this. When enabled, libcurl will |