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/
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/
DTiny.pm176 local $ENV{HTTP_PROXY} = ($ENV{CGI_HTTP_PROXY} || "") if $ENV{REQUEST_METHOD};
177 $self->{http_proxy} = $ENV{http_proxy} || $ENV{HTTP_PROXY} || $self->{proxy};
/openbsd/src/usr.bin/ftp/
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()