Home
last modified time | relevance | path

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

/third_party/curl/docs/cmdline-opts/
Dpreproxy.md4 Long: preproxy
14 - --preproxy socks5://proxy.example -x http://http.example $URL
17 # `--preproxy`
Dproxy1.0.md13 - preproxy
Dsocks4a.md32 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
Dsocks4.md33 --preproxy can be used to specify a SOCKS proxy at the same time proxy is used
Dsocks5.md31 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
Dsocks5-hostname.md31 --preproxy can be used to specify a SOCKS proxy at the same time --proxy is
DMakefile.inc190 preproxy.md \
DMakefile.in589 preproxy.md \
/third_party/curl/tests/data/
Dtest71552 FTP fetch with --preproxy, --proxy and --connect-to
55 …ple.com.%TESTNUMBER:%FTPPORT --proxytunnel --proxy %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
Dtest205558 …-to ::connect.example.com.%TESTNUMBER:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
/third_party/curl/docs/libcurl/opts/
DCURLOPT_PRE_PROXY.md21 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PRE_PROXY, char *preproxy);
26 Set the *preproxy* to use for the upcoming request. The parameter should be a
/third_party/curl/src/
Dtool_cfgable.h219 char *preproxy; member
Dtool_cfgable.c169 Curl_safefree(config->preproxy); in free_config_fields()
Dtool_operate.c1361 if(config->preproxy) in single_transfer()
1362 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in single_transfer()
Dtool_getparam.c2661 err = getstr(&config->preproxy, nextarg, DENY_BLANK); in getparameter()
/third_party/curl/docs/
Doptions-in-versions155 --preproxy 7.52.0