Searched refs:HTTP_PROXY (Results 1 – 3 of 3) sorted by relevance
76 local $ENV{HTTP_PROXY} = "http://localhost:8080";86 local $ENV{HTTP_PROXY} = "http://localhost:8080";
176 local $ENV{HTTP_PROXY} = ($ENV{CGI_HTTP_PROXY} || "") if $ENV{REQUEST_METHOD};177 $self->{http_proxy} = $ENV{http_proxy} || $ENV{HTTP_PROXY} || $self->{proxy};
96 #define HTTP_PROXY "http_proxy" /* env var with http proxy location */ macro1270 if ((httpproxy = getenv(HTTP_PROXY)) != NULL && *httpproxy == '\0') in auto_fetch()