aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-28 22:17:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-28 22:17:49 +0000
commit970722483cfc226d5a3da13f05795fdfa7b31ebf (patch)
tree366ae99e1e301967eb00259a8b9d1e51f965d4c4 /docs
parent31443724c63d5c82b7ce9cc13528dc8388cfc0c9 (diff)
Added --proxy-anyauth
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.19
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index f216db68f..fb845913c 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl 1 "25 Jan 2005" "Curl 7.13.0" "Curl Manual"
+.TH curl 1 "29 Mar 2005" "Curl 7.13.2" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -647,6 +647,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-anyauth"
+Tells curl to pick a suitable authentication method when communicating with
+the given proxy. This will cause an extra request/response round-trip. Added
+in curl 7.13.2.
+
+If this option is used twice, the second will again disable the proxy use-any
+authentication.
.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