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



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to