Bug#617807: no_proxy details
jidanni at jidanni.org
jidanni at jidanni.org
Fri Mar 11 07:39:06 UTC 2011
Package: libwww-perl
Version: 5.837-1
Severity: wishlist
File: /usr/share/man/man3/LWP::UserAgent.3pm.gz
At
$ua->no_proxy( $domain, ... )
Do not proxy requests to the given domains. Calling no_proxy
without any domains clears the list of domains. Eg:
$ua->no_proxy('localhost', 'example.com');
perhaps add
$ua->no_proxy() #all domains are no longer proxied
$ua->no_proxy #No-op
$ua->no_proxy('gdata.youtube.com:80') #Doesn't do what you intend
$ua->no_proxy('gdata.youtube.com') #This does
More information about the pkg-perl-maintainers
mailing list