Help for this page

Select Code to Download


  1. or download this
           $ua = LWP::UserAgent->new( %options );
               This class method constructs a new "LWP::UserAgent"
    ...
               loading and enabling the new experimental HTTP/1.1
               protocol module.
    
  2. or download this
           $ua->max_size([$bytes])
               Get/set the size limit for response content.  The
    ...
               limit.  If the returned response content is only par-
               tial, because the size limit was exceeded, then a
               "Client-Aborted" header will be added to the response.