0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test
Loïc Hoguin d1b65a67cf Remove Req from the Websocket interface
After the switch to Websocket, we are no longer in a request/response
scenario, therefore a lot of the cowboy_req functions do not apply
anymore.

Any data required from the request will need to be taken from Req
in init/2 and saved in the handler's state.
2016-08-12 19:27:23 +02:00
..
handlers Make reply functions return Req 2016-08-10 17:15:02 +02:00
http_SUITE_data Use binary_to_integer instead of to list and back 2016-08-10 17:50:28 +02:00
ws_SUITE_data Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
cover.spec Use ct_run instead of rebar ct for running ct tests 2013-01-04 17:56:49 +01:00
cowboy_ct_hook.erl Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00
cowboy_test.erl Add the static_handler test suite 2016-06-06 17:41:26 +02:00
examples_SUITE.erl Add a test for echo_get example undefined 2016-08-11 11:48:09 +02:00
http_SUITE.erl Use integer_to_binary when possible 2016-08-11 11:53:05 +02:00
loop_handler_SUITE.erl Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00
req_SUITE.erl Add tests for responses and request body reading 2016-08-10 11:49:31 +02:00
rfc7230_SUITE.erl Initial commit with connection/streams 2016-03-05 20:20:42 +01:00
rfc7540_SUITE.erl Clarify comments about remaining tests to add to rfc7540_SUITE 2016-03-14 00:00:00 +01:00
static_handler_SUITE.erl Add the static_handler test suite 2016-06-06 17:41:26 +02:00
ws_SUITE.erl Merge branch 'master' of https://github.com/camshaft/cowboy 2016-08-12 17:26:28 +02:00