Searched refs:noproxy (Results 1 – 7 of 7) sorted by relevance
7 noproxy30 noproxy setting together with socks proxy34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
84 char *noproxy; member
78 Curl_safefree(config->noproxy); in free_config_fields()
900 GetStr(&config->noproxy, nextarg); in getparameter()
893 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
163 curl --noproxy localhost,get.this -x my-proxy:888 http://www.get.this/
1226 - Alexander Beedie provided the patch for a noproxy problem: If I have set2019 - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.