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";
175 # under CGI, bypass HTTP_PROXY as request sets it from Proxy header176 local $ENV{HTTP_PROXY} = ($ENV{CGI_HTTP_PROXY} || "") if $ENV{REQUEST_METHOD};177 $self->{http_proxy} = $ENV{http_proxy} || $ENV{HTTP_PROXY} || $self->{proxy};2191 http_proxy or HTTP_PROXY2204 process and C<HTTP_PROXY> would be set from the C<Proxy:> header, which is a2205 security risk. If C<REQUEST_METHOD> is set, C<HTTP_PROXY> (the upper case
96 #define HTTP_PROXY "http_proxy" /* env var with http proxy location */ macro1270 if ((httpproxy = getenv(HTTP_PROXY)) != NULL && *httpproxy == '\0') in auto_fetch()