Searched refs:noproxy (Results 1 – 25 of 25) sorted by relevance
/external/curl/tests/data/ |
D | test1212 | 7 noproxy 30 noproxy setting together with socks proxy 34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
|
D | test1248 | 6 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…
|
D | test1250 | 7 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
|
D | test1252 | 7 noproxy 36 http://%HOSTIP:%HTTPPORT/1252 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
|
D | test1255 | 7 noproxy 37 http://%HOSTIP:%HTTPPORT/1255 --noproxy %HOSTIP
|
D | test1253 | 7 noproxy 36 http://somewhere.example.com/1253 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
|
D | test1254 | 7 noproxy 36 http://somewhere.example.com/1254 --proxy http://%HOSTIP:%HTTPPORT --noproxy ""
|
D | test1256 | 7 noproxy 37 http://somewhere.example.com/1256 --noproxy %HOSTIP
|
D | test1257 | 7 noproxy 37 http://somewhere.example.com/1257 --noproxy ""
|
D | test1265 | 7 noproxy
|
/external/ltp/testcases/network/stress/http/ |
D | http-stress02-rmt.sh | 59 curl --noproxy '*' -s -g "http://$server_ipaddr/$filename" \ 65 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
|
D | http-stress01-rmt.sh | 41 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
|
/external/ltp/testcases/network/stress/ftp/ |
D | ftp-download-stress02-rmt.sh | 57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \ 64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
|
D | ftp-upload-stress02-rmt.sh | 68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \ 76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
D | ftp-download-stress01-rmt.sh | 39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
|
D | ftp-upload-stress01-rmt.sh | 50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
/external/curl/docs/cmdline-opts/ |
D | noproxy.d | 1 Long: noproxy
|
D | Makefile.inc | 127 noproxy.d \
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1078 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/ |
D | tool_cfgable.h | 108 char *noproxy; member
|
D | tool_cfgable.c | 85 Curl_safefree(config->noproxy); in free_config_fields()
|
D | tool_getparam.c | 1048 GetStr(&config->noproxy, nextarg); in getparameter()
|
D | tool_operate.c | 1337 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in single_transfer()
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 1100 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/ |
D | options-in-versions | 126 --noproxy 7.19.4
|