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.42 - 2022-10-18

  • We now don't consider the Content-Location header when asked for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
  • Increased the (max) buffer size for read() when processing form data, from 2048 to 8192. This was suggested in RT#105184, as it improved performance for them. (GH#59) (Neil Bowers)

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