summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-12-11 13:24:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-11 13:24:42 +0100
commit48c184a604417623e5af7bbb2addc6a66b046e57 (patch)
treeda8bbc53586550de28023dbdd1b3acc098a65b79
parent76db03dd9a50105710e2b75e9e89590cc45cec56 (diff)
downloadcurl-48c184a604417623e5af7bbb2addc6a66b046e57.tar.gz
curl.1: mention http:// and https:// as valid proxy prefixes
-rw-r--r--docs/cmdline-opts/page-footer4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer
index f13fdb92d..6006f4649 100644
--- a/docs/cmdline-opts/page-footer
+++ b/docs/cmdline-opts/page-footer
@@ -41,6 +41,10 @@ If no protocol is specified in the proxy string or if the string doesn't match
a supported one, the proxy will be treated as an HTTP proxy.
The supported proxy protocol prefixes are as follows:
+.IP "http://"
+Makes it use it as a HTTP proxy. The default if no scheme prefix is used.
+.IP "https://"
+Makes it treated as a \fBHTTPS\fP proxy.
.IP "socks4://"
Makes it the equivalent of --socks4
.IP "socks4a://"