]> granicus.if.org Git - curl/commitdiff
curl.1: mention http:// and https:// as valid proxy prefixes
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Dec 2017 12:24:42 +0000 (13:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Dec 2017 12:24:42 +0000 (13:24 +0100)
docs/cmdline-opts/page-footer

index f13fdb92d1b18231b41be6f0b2b5e6bedab03ab3..6006f4649d8d2f2d2225001adc3268cff55ac4a8 100644 (file)
@@ -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://"