Changes for version 0.08 - 2015-07-08
- CHANGES
- More intelligent parsing of --listen arguments to plackup, allowing for host:port:SSL as well
- Weaken references held to request objects, so that DESTROY can detect dropped unhandled ones
- Allow subclasses/instances to construct different classes of request objects
- BUGFIXES
- Print a more helpful warning if PSGI body contains undef (RT98985)
- Must not write zero-byte chunks in chunked-encoding mode
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