The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 6.41 - 2022-10-12

  • Add maximum size for HTTP::Message->decoded_content This can be used to limit the size of a decompressed HTTP response, especially when making requests to untrusted or user-specified servers. The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size accessor can set this limit. (GH#181) (Max Maischein)

Modules

Configuration for request and response objects
Class encapsulating HTTP Message headers
Header value parsing utility functions
HTTP style message (base class)
HTTP style request message
Construct common HTTP::Request objects
HTTP style response message
HTTP Status code processing