aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-25 14:44:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-25 14:44:25 +0000
commit765754d39d164a248b909092295d0a0aab294032 (patch)
tree608cf2f11138e646d8ff4a4f420774be540cd3b4 /docs/curl.1
parentf7f6b288ebad65bcca3abac88cab5fbb5fa3bda9 (diff)
--proxy-basic added for completeness
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.17
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 825e6fef5..f0f0b1a27 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -609,6 +609,13 @@ You may use this option as many times as you have number of URLs.
(SSL) Pass phrase for the private key
If this option is used several times, the last one will be used.
+.IP "--proxy-basic"
+Tells curl to use HTTP Basic authentication when communicating with the given
+proxy. Use \fI--basic\fP for enabling HTTP Basic with a remote host. Basic is
+the default authentication method curl uses with proxies.
+
+If this option is used twice, the second will again disable proxy HTTP Basic
+authentication.
.IP "--proxy-digest"
Tells curl to use HTTP Digest authentication when communicating with the given
proxy. Use \fI--digest\fP for enabling HTTP Digest with a remote host.