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
- HTTP::Config - Configuration for request and response objects
- HTTP::Headers - Class encapsulating HTTP Message headers
- HTTP::Headers::Auth
- HTTP::Headers::ETag
- HTTP::Headers::Util - Header value parsing utility functions
- HTTP::Message - HTTP style message (base class)
- HTTP::Request - HTTP style request message
- HTTP::Request::Common - Construct common HTTP::Request objects
- HTTP::Response - HTTP style response message
- HTTP::Status - HTTP Status code processing