From 970722483cfc226d5a3da13f05795fdfa7b31ebf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Mar 2005 22:17:49 +0000 Subject: Added --proxy-anyauth --- docs/curl.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3