about summary refs log tree commit homepage
path: root/test/unit/test_request.rb
DateCommit message (Expand)
2009-08-15Remove explicit requires for Rack things
2009-08-15http_request: reinstate empty StringIO optimization
2009-07-04Favor Struct members to instance variables
2009-06-29"Fix" tests that break with stream_input=false
2009-06-05Transfer-Encoding: chunked streaming input support
2009-05-04Inline and remove the HttpRequest#reset method
2009-05-03http_request: switch to readpartial over sysread
2009-04-25test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-04-21Stop extending core classes
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-08test_request: tests esoteric/rare REQUEST_URIs
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-21HttpRequest test so our requests pass Rack::Lint