about summary refs log tree commit homepage
path: root/test/unit/test_http_parser_ng.rb
DateCommit message (Expand)
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-02test_http_parser_ng: fix failing HTTP/0.9 test case
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-10http: rename read_body to filter_body
2009-08-09http: join repeated headers with a comma
2009-08-09http: add test for invalid trailer
2009-08-09http: unit tests for overflow and bad lengths
2009-08-09http: preliminary chunk decoding