Revision history for Net-Async-HTTP-Server
0.04 CHANGES:
* Provide access to all the HTTP headers via ->headers method
* Set HTTP headers in PSGI environment
* Remember not to write content using chunked transfer encoding when
that mode isn't actually set
0.03 CHANGES:
* Implement PSGI container subclass and Plack::Handler:: module
* Added more accessors for request fields
* Reworked chunked response streaming API
* Don't force a Content-Length header in normal operation
0.02 CHANGES:
* Changed request/response API - new NaHTTP::Server::Request objects
* Added response streaming with HTTP/1.1 chunked encoding
0.01 First version, released on an unsuspecting world.