Searched refs:preproxy (Results 1 – 15 of 15) sorted by relevance
4 Long: preproxy14 - --preproxy socks5://proxy.example -x http://http.example $URL17 # `--preproxy`
13 - preproxy
32 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
31 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
33 --preproxy can be used to specify a SOCKS proxy at the same time proxy is used
194 preproxy.md \
52 FTP fetch with --preproxy, --proxy and --connect-to55 …ple.com.%TESTNUMBER:%FTPPORT --proxytunnel --proxy %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
58 …-to ::connect.example.com.%TESTNUMBER:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PRE_PROXY, char *preproxy);29 Set the *preproxy* to use for the upcoming request. The parameter should be a
223 char *preproxy; member
173 Curl_safefree(config->preproxy); in free_config_fields()
986 if(config->preproxy) in config2setopts()987 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in config2setopts()
2590 err = getstr(&config->preproxy, nextarg, DENY_BLANK); in getparameter()
159 --preproxy 7.52.0
Completed in 30 milliseconds