0.2.1 / 2011-10-14
- Adjusted Net::HTTP::Server::Parser to include the leading
/in the:path. - Use
String#replaceto clear the buffer passed to Net::HTTP::Server::ChunkedStream#read.
0.2.0 / 2011-08-23
- Added support for handling Streams and Chunked Transfer-Encoding:
- Use
Rack::RewindableInputwith Net::HTTP::Server::Stream. - Fixed a bug where Parslet Strings were being returned in the Headers.
- Catch all IOErrors in Net::HTTP::Server::Requests#read_request.
0.1.0 / 2011-01-26
- Initial release:
- Added Net::HTTP::Server::Parser.
- Added Net::HTTP::Server::Requests.
- Added Net::HTTP::Server::Responses.
- Added Net::HTTP::Server::Daemon.
- Added Rack::Handler::HTTP.