Lines Matching refs:proxy
6 Help: Use this proxy first
8 Category: proxy
11 - proxy
14 - --preproxy socks5://proxy.example -x http://http.example $URL
19 Use the specified SOCKS proxy before connecting to an HTTP or HTTPS --proxy. In
20 such a case curl first connects to the SOCKS proxy and then connects (through
21 SOCKS) to the HTTP or HTTPS proxy. Hence pre proxy.
23 The pre proxy string should be specified with a protocol:// prefix to specify
24 alternative proxy protocols. Use socks4://, socks4a://, socks5:// or
28 If the port number is not specified in the proxy string, it is assumed to be
31 User and password that might be provided in the proxy string are URL decoded