aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers
AgeCommit message (Expand)Author
2017-08-14Add tests for the streams shutdown mechanismLoïc Hoguin
2017-06-02Fix terminate not being called on connection close in HTTP/1.1Loïc Hoguin
2017-05-28Introduce the req_filter Websocket optionLoïc Hoguin
2017-05-03Add the idle_timeout HTTP/1.1 protocol optionLoïc Hoguin
2017-02-19Change the order of set_resp_cookie argumentsLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoï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-15Allow websocket_init/1 to reply/close/hibernateLoïc Hoguin
2016-08-10Make reply functions return ReqLoïc Hoguin
2016-08-10Update the multipart reading interfaceLoïc Hoguin
2016-08-10Add a lot of todosLoïc Hoguin
2016-08-10Add tests for responses and request body readingLoïc Hoguin
2016-06-22Add forgotten changes to a test handlerLoïc Hoguin
2016-06-21Add cowboy_req:uri/1,2Loïc Hoguin
2016-06-20Add initial req suiteLoïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-05-05Add rfc7230 test suite and update others to recent GunLoïc Hoguin
2015-02-03Use cowlib masterLoïc Hoguin
2014-11-07Rename 'shutdown' close reason and tuples to 'stop'Loïc Hoguin
2014-09-30Improve handler interface and documentationLoïc Hoguin
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-09-23Breaking update of the cowboy_req interfaceLoïc Hoguin
2014-07-12Reply with 400 on header parsing crashLoïc Hoguin
2014-04-26Make loop handlers work with SPDYLoïc Hoguin