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 97986df276 Fix Websocket compression
The option for enabling Websocket compression has been
renamed. Previously it was shared with HTTP compression,
now it's specific to Websocket. The new option is named
'websocket_compress'.
2016-08-12 16:56:08 +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 Initial commit with connection/streams 2016-03-05 20:20:42 +01: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 Fix Websocket compression 2016-08-12 16:56:08 +02:00