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

Changes for version 0.06 - 2013-12-30

  • CHANGES
    • Set Content-Length header in SYNOPSIS so the response actually works in real HTTP clients (happens to fix RT91647)
    • Added some actual documentation for Plack::Handler::NaHTTP:Server
    • Configurable listen() queuesize (RT91470)
    • Pass a hash of parameters to the Plack server_ready callback (RT91471)
    • Set psgix.io and psgix.input.buffered in PSGI environment
  • BUGFIXES
    • Don't crash on attempts to write to requests on connections that are already closed

Modules

serve HTTP with IO::Async
use PSGI applications with Net::Async::HTTP::Server
represents a single outstanding request
HTTP handler for Plack using Net::Async::HTTP::Server

Provides

in lib/Net/Async/HTTP/Server/Protocol.pm