Home
last modified time | relevance | path

Searched refs:HTTP_PROXY (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D140_proxy.t76 local $ENV{HTTP_PROXY} = "http://localhost:8080";
86 local $ENV{HTTP_PROXY} = "http://localhost:8080";
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm175 # under CGI, bypass HTTP_PROXY as request sets it from Proxy header
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};
2191 http_proxy or HTTP_PROXY
2204 process and C<HTTP_PROXY> would be set from the C<Proxy:> header, which is a
2205 security risk. If C<REQUEST_METHOD> is set, C<HTTP_PROXY> (the upper case
/openbsd-src/usr.bin/ftp/
H A Dfetch.c96 #define HTTP_PROXY "http_proxy" /* env var with http proxy location */ macro
1270 if ((httpproxy = getenv(HTTP_PROXY)) != NULL && *httpproxy == '\0') in auto_fetch()