1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

curl.1: mention http:// and https:// as valid proxy prefixes

This commit is contained in:
Daniel Stenberg 2017-12-11 13:24:42 +01:00
parent 76db03dd9a
commit 48c184a604
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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://"