aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-18 13:33:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-18 13:33:14 +0000
commit58cf10825153cc549ee0c28a48578e8133df1509 (patch)
treee8cc612a3fe0bf63398b42cee1d9ba3c7d50d0ba
parent6c6e5522cb8daf2458aa13e36ab98de62c8982b9 (diff)
Andrés García's update
-rw-r--r--docs/libcurl/curl_easy_getinfo.37
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index 59d06e1da..f0642b86a 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -100,6 +100,13 @@ protocol used doesn't support this. (Added in 7.9.4)
Pass a pointer to a 'char *' to receive the pointer to the private data
associated with the curl handle (set with the CURLOPT_PRIVATE option to
curl_easy_setopt). (Added in 7.10.3)
+.IP CURLINFO_HTTPAUTH_AVAIL
+Pass a pointer to a long to receive a bitmask indicating the authentication
+method(s) available. The meaning of the bits is explained in the
+CURLOPT_HTTPAUTH option for curl_easy_setopt. (Added in 7.10.8)
+.IP CURLINFO_PROXYAUTH_AVAIL
+Pass a pointer to a long to receive a bitmask indicating the authentication
+method(s) available for your proxy athentication. (Added in 7.10.8)
.SH RETURN VALUE
If the operation was successful, CURLE_OK is returned. Otherwise an
appropriate error code will be returned.