aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/resp_h.erl
AgeCommit message (Expand)Author
2018-11-14Don't send the content-length header in empty 304 responsesLoïc Hoguin
2018-11-09Add sendfile support to cowboy_req:stream_bodyLoïc Hoguin
2018-10-31Always dialyze tests and fix some cowboy_req specsLoïc Hoguin
2018-06-27Add test cases for cowboy_req:stream_eventsLoïc Hoguin
2018-06-25Add streaming without chunking for HTTP/1.1Eric Meadows-Jönsson
2018-05-18Don't send transfer-encoding when streaming 204 responsesLoïc Hoguin
2018-01-22Don't crash in delete_resp_header if no resp headers are setLoïc Hoguin
2017-11-20Queue HTTP/2 trailers when there's still data in the bufferLoïc Hoguin
2017-11-19Remove another test from the old http suiteLoïc Hoguin
2017-11-15Add preliminary support for trailers in responsesLoïc Hoguin
2017-11-01Fix two edge cases for cowboy_req:stream_bodyLoïc Hoguin
2017-10-29Add cowboy_req:inform/2,3Loïc Hoguin
2017-09-04Accept sendfile tuple with 0 length in cowboy_reqLoïc Hoguin
2017-02-19Change the order of set_resp_cookie argumentsLoïc Hoguin
2017-01-22Add experimental cowboy_compress_h stream handlerLoïc Hoguin
2017-01-04Make the new cowboy_req tests more realistic2.0.0-pre.5Loïc Hoguin
2017-01-04Add functions for getting and setting response headersJohan Lövdahl
2016-08-10Make reply functions return ReqLoïc Hoguin
2016-08-10Add tests for responses and request body readingLoïc Hoguin