Home
last modified time | relevance | path

Searched refs:preproxy (Results 1 – 15 of 15) sorted by relevance

/curl/docs/cmdline-opts/
H A Dpreproxy.md4 Long: preproxy
14 - --preproxy socks5://proxy.example -x http://http.example $URL
17 # `--preproxy`
H A Dproxy1.0.md13 - preproxy
H A Dsocks4a.md32 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
H A Dsocks5-hostname.md31 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
H A Dsocks4.md33 --preproxy can be used to specify a SOCKS proxy at the same time proxy is used
H A Dsocks5.md31 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
H A DMakefile.inc194 preproxy.md \
/curl/tests/data/
H A Dtest71552 FTP fetch with --preproxy, --proxy and --connect-to
55 …ple.com.%TESTNUMBER:%FTPPORT --proxytunnel --proxy %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
H A Dtest205558 …-to ::connect.example.com.%TESTNUMBER:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
/curl/docs/libcurl/opts/
H A DCURLOPT_PRE_PROXY.md24 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
/curl/src/
H A Dtool_cfgable.h223 char *preproxy; member
H A Dtool_cfgable.c173 Curl_safefree(config->preproxy); in free_config_fields()
H A Dtool_operate.c1472 if(config->preproxy) in single_transfer()
1473 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in single_transfer()
H A Dtool_getparam.c2586 err = getstr(&config->preproxy, nextarg, DENY_BLANK); in getparameter()
/curl/docs/
H A Doptions-in-versions159 --preproxy 7.52.0

Completed in 29 milliseconds