aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
AgeCommit message (Expand)Author
2018-11-09Add sendfile support to cowboy_req:stream_bodyLoïc Hoguin
2018-09-07Add cowboy_req:read_and_match_urlencoded_body/2,3Loï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-17Remove/convert tests about request body from old_http_SUITELoïc Hoguin
2018-05-16Increase a timeout to make some slower tests passLoïc Hoguin
2018-05-16Use default port when not given in :authorityLoïc Hoguin
2017-11-29Add nowarn_export_all to all test suitesLoïc Hoguin
2017-11-20Queue HTTP/2 trailers when there's still data in the bufferLoïc Hoguin
2017-11-20Improve trailers test when no te header is sentLoï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-30Handle expect: 100-continue request headersLoïc Hoguin
2017-10-29Add cowboy_req:inform/2,3Loïc Hoguin
2017-10-25Introduce cowboy_req:sock/1 and cowboy_req:cert/1Loïc Hoguin
2017-10-02Fix infinite loop on incomplete multipart bodyJeffrey Griffin
2017-09-27Fix error response when constraint validation failsLoïc Hoguin
2017-09-14Improve how we detect request errorsLoïc Hoguin
2017-09-05Add tests for direct Req accessLoïc Hoguin
2017-09-04Accept sendfile tuple with 0 length in cowboy_reqLoïc Hoguin
2017-06-09Make cowboy_req:read_part return multipart headers as mapLoïc Hoguin
2017-05-19Preliminary h2 flow control supportLoïc Hoguin
2017-02-19Change the type of bindings from a list to a mapLoïc Hoguin
2017-02-05Remove outdated todo comments from req_SUITELoï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
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Add a few more test cases for cowboy_req:match_qsLoïc Hoguin
2016-08-10Add tests for responses and request body readingLoïc Hoguin
2016-06-22Add tests for cowboy_req: match_cookies and match_qsLoïc Hoguin
2016-06-21Add cowboy_req:uri/1,2Loïc Hoguin
2016-06-20Add initial req suiteLoïc Hoguin