The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 6.13 - 2017-06-20

  • Non-TRIAL release of changes found in 6.12

Changes for version 6.12 - 2017-06-15 (TRIAL RELEASE)

  • If an object is passed to HTTP::Request, it must provide a canonical() method (Olaf Alders)
  • Make sure status messages don't die by checking the status exists before checking the value range (Kent Fredric, GH #39)
  • Add a .mailmap file to clean up the contributors list
  • Avoid inconsistent setting of content to undef (Jerome Eteve)
  • Simplify the way some methods are created (Tom Hukins)
  • Remove some indirect object notation (Chase Whitener)
  • Fix example in Pod (Tobias Leich)
  • Add support for HTTP PATCH method (Mickey Nasriachi)

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