$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.