Home
last modified time | relevance | path

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

12

/curl/tests/data/
H A Dtest12506 http_proxy
30 Access a non-proxied host with using the combination of http_proxy env var and --noproxy option
33 http_proxy=http://dummy:%PROXYPORT/
H A Dtest12516 http_proxy
30 Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var
33 http_proxy=http://dummy:%PROXYPORT/
H A Dtest125530 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
33 http_proxy=http://%HOSTIP:%HTTPPORT
H A Dtest70940 http_proxy=socks5://%HOSTIP:%SOCKSPORT
43 HTTP GET via SOCKS5 set in http_proxy environment variable
H A Dtest125630 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 http_proxy=http://%HOSTIP:%HTTPPORT
H A Dtest125730 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 http_proxy=http://%HOSTIP:%HTTPPORT
H A Dtest126533 http_proxy=http://%HOSTIP:%HTTPPORT
H A Dtest110134 http_proxy=http://non-existing-host.haxx.se:3128/
H A Dtest6331 http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
/curl/docs/examples/
H A Dsynctime.c108 char http_proxy[MAX_STRING1]; member
252 *conf->http_proxy = 0; in conf_init()
286 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]); in main()
314 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user); in main()
/curl/lib/
H A Durl.c983 if(!proxy_info_matches(&needle->http_proxy, &conn->http_proxy)) in url_match_conn()
988 if(needle->http_proxy.proxytype != conn->http_proxy.proxytype) in url_match_conn()
1138 if(!conn->http_proxy.user || !conn->http_proxy.passwd) in url_match_conn()
2351 if(conn->http_proxy.user) {
2353 if(conn->http_proxy.passwd)
3227 &conn->http_proxy.host;
3293 existing->http_proxy.user = temp->http_proxy.user;
3295 existing->http_proxy.passwd = temp->http_proxy.passwd;
3297 temp->http_proxy.user = NULL;
3299 temp->http_proxy.passwd = NULL;
[all …]
H A Dhttp_negotiate.c58 userp = conn->http_proxy.user; in Curl_input_negotiate()
59 passwdp = conn->http_proxy.passwd; in Curl_input_negotiate()
62 host = conn->http_proxy.host.name; in Curl_input_negotiate()
H A Dhttp_proxy.c250 *phost = cf->conn->http_proxy.host.name; in Curl_cf_http_proxy_get_host()
251 *pdisplay_host = cf->conn->http_proxy.host.dispname; in Curl_cf_http_proxy_get_host()
252 *pport = (int)cf->conn->http_proxy.port; in Curl_cf_http_proxy_get_host()
H A Dhttp_ntlm.c161 hostname = conn->http_proxy.host.name; in Curl_output_ntlm()
H A DMakefile.inc179 http_proxy.c \
319 http_proxy.h \
H A Dsocks.c1161 conn->http_proxy.host.name : in socks_proxy_cf_connect()
1167 conn->bits.httpproxy ? (int)conn->http_proxy.port : in socks_proxy_cf_connect()
1237 *pdisplay_host = cf->conn->http_proxy.host.dispname; in socks_cf_get_host()
H A Dcf-h1-proxy.c238 http_minor = (cf->conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ? 0 : 1; in start_CONNECT()
701 if((conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) && in start_CONNECT()
H A Durldata.h826 struct proxy_info http_proxy; member
1005 (c)->bits.httpproxy ? (c)->http_proxy.host.dispname : \
H A Dconnect.c736 hostname = conn->http_proxy.host.name; in is_connected()
1288 if(IS_HTTPS_PROXY(cf->conn->http_proxy.proxytype) in cf_setup_connect()
H A Dmulti.c669 conn->bits.httpproxy ? conn->http_proxy.host.dispname : in multi_done_locked()
2481 hostname = conn->http_proxy.host.name;
/curl/docs/libcurl/
H A Dlibcurl-env.md30 libcurl use the **http_proxy** variable, while a URL like ftp://example.com
34 the **http_proxy** one which is only used lowercase. Note also that some
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY.md111 libcurl respects the proxy environment variables named **http_proxy**,
/curl/lib/vtls/
H A Dvtls.c1625 ehostname = cf->conn->http_proxy.host.name; in Curl_ssl_peer_init()
1626 edispname = cf->conn->http_proxy.host.dispname; in Curl_ssl_peer_init()
1627 peer->port = cf->conn->http_proxy.port; in Curl_ssl_peer_init()
2029 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
/curl/tests/
H A Drunner.pm711 $ENV{http_proxy} = $proxy_address;
/curl/.github/
H A Dlabeler.yml137 lib/http_proxy.*,\

Completed in 60 milliseconds

12