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

Changes for version 0.31 - 2013-11-04

  • CHANGES
    • Allow a plain string URI, upgrading it to a URI object (RT89269)
    • Added ->POST shortcut method, similar to ->GET and ->HEAD
    • Extract HTTP basic auth. information from the URL in an HTTP::Request (RT89775)
  • BUGFIXES
    • Remember to keep resetting the stall timer when receiving body content
    • Fix awkward race between stall_timer and ->cancel
    • Note dependency on Test::Refcount

Modules

use HTTP with IO::Async
HTTP client protocol handler