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

Changes for version 0.04 - 2007-11-10

  • when parsing chunks, only remove current chunk from data buffer; don't clear it (rt.cpan.org #30005, patch from David Cannings)
  • in the "be lenient in what you accept" vein, allow the HTTP response status line to not have a space after the version (contrary to RFC 2616 6.1, but apparently broken implementations exist), and strip whitespace from the Content-Length header (rt.cpan.org #30338, patch from David Cannings)

Modules

parse HTTP/1.1 request into HTTP::Request/Response object