Home
last modified time | relevance | path

Searched refs:noproxy (Results 1 – 7 of 7) 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 %…
/external/curl/src/
Dtool_cfgable.h84 char *noproxy; member
Dtool_cfgable.c78 Curl_safefree(config->noproxy); in free_config_fields()
Dtool_getparam.c900 GetStr(&config->noproxy, nextarg); in getparameter()
Dtool_operate.c893 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
/external/curl/docs/
DMANUAL163 curl --noproxy localhost,get.this -x my-proxy:888 http://www.get.this/
/external/curl/
DCHANGES.01226 - Alexander Beedie provided the patch for a noproxy problem: If I have set
2019 - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.