Home
last modified time | relevance | path

Searched refs:noproxy (Results 1 – 25 of 25) sorted by relevance

/external/curl/tests/data/
Dtest12127 noproxy
30 noproxy setting together with socks proxy
34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
Dtest12486 noproxy
29 Access a non-proxied host with using the combination of --proxy option and --noproxy option
32 http://user:secret@%HOSTIP:%HTTPPORT/1248 --proxy http://dummy:%NOLISTENPORT/ --noproxy %HOSTIP --m…
Dtest12507 noproxy
30 Access a non-proxied host with using the combination of http_proxy env var and --noproxy option
36 http://user:secret@%HOSTIP:%HTTPPORT/1250 --noproxy %HOSTIP --max-time 5
Dtest12527 noproxy
36 http://%HOSTIP:%HTTPPORT/1252 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
Dtest12557 noproxy
37 http://%HOSTIP:%HTTPPORT/1255 --noproxy %HOSTIP
Dtest12537 noproxy
36 http://somewhere.example.com/1253 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
Dtest12547 noproxy
36 http://somewhere.example.com/1254 --proxy http://%HOSTIP:%HTTPPORT --noproxy ""
Dtest12567 noproxy
37 http://somewhere.example.com/1256 --noproxy %HOSTIP
Dtest12577 noproxy
37 http://somewhere.example.com/1257 --noproxy ""
Dtest12657 noproxy
/external/ltp/testcases/network/stress/http/
Dhttp-stress02-rmt.sh59 curl --noproxy '*' -s -g "http://$server_ipaddr/$filename" \
65 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
Dhttp-stress01-rmt.sh41 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress02-rmt.sh57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \
64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
Dftp-upload-stress02-rmt.sh68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \
76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
Dftp-download-stress01-rmt.sh39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
Dftp-upload-stress01-rmt.sh50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
/external/curl/docs/cmdline-opts/
Dnoproxy.d1 Long: noproxy
DMakefile.inc127 noproxy.d \
/external/python/httplib2/python3/httplib2/
D__init__.py1078 return proxy_info_from_url(url, method, noproxy=None)
1081 def proxy_info_from_url(url, method="http", noproxy=None): argument
1118 if noproxy is None:
1119 noproxy = os.environ.get("no_proxy", os.environ.get("NO_PROXY", ""))
1121 if noproxy == "*":
1123 elif noproxy.strip():
1124 bypass_hosts = noproxy.split(",")
/external/curl/src/
Dtool_cfgable.h108 char *noproxy; member
Dtool_cfgable.c85 Curl_safefree(config->noproxy); in free_config_fields()
Dtool_getparam.c1048 GetStr(&config->noproxy, nextarg); in getparameter()
Dtool_operate.c1337 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in single_transfer()
/external/python/httplib2/python2/httplib2/
D__init__.py1100 def proxy_info_from_url(url, method="http", noproxy=None): argument
1137 if noproxy is None:
1138 noproxy = os.environ.get("no_proxy", os.environ.get("NO_PROXY", ""))
1140 if noproxy == "*":
1142 elif noproxy.strip():
1143 bypass_hosts = noproxy.split(",")
/external/curl/docs/
Doptions-in-versions126 --noproxy 7.19.4