start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: is_protocol_supported Chapter 17
The LWP Library
Next: Reference: mirror
 

max_size

 $

ua


->max_size
([

size

])

Sets or returns the maximum size (in bytes) for response content. The default is undef , which means that there is no limit. If the returned content is partial because the size limit was exceeded, then an X-Content-Range header will be added to the response.


Previous: Reference: is_protocol_supported Perl in a Nutshell Next: Reference: mirror
Reference: is_protocol_supported Book Index Reference: mirror

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.