0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/test/handlers
Loïc Hoguin 8404b1c908
Add a commands-based interface to Websocket handlers
This feature is currently experimental. It will become the
preferred way to use Websocket handlers once it becomes
documented.

A commands-based interface enables adding commands without
having to change the interface much. It mirrors the interface
of stream handlers or gen_statem. It will enable adding
commands that have been needed for some time but were not
implemented for fear of making the interface too complex.
2018-09-11 14:33:58 +02:00
..
asterisk_h.erl Properly handle OPTIONS * requests 2017-12-06 14:05:30 +01:00
compress_h.erl Add experimental cowboy_compress_h stream handler 2017-01-22 10:50:39 +01:00
default_h.erl Add a metrics test when the handler didn't send anything 2017-10-21 13:12:36 +01:00
delay_hello_h.erl Don't send the response immediately when using h2spec 2017-11-27 13:23:31 +01:00
echo_h.erl Add cowboy_req:read_and_match_urlencoded_body/2,3 2018-09-07 13:56:12 +02:00
hello_h.erl Initial commit with connection/streams 2016-03-05 20:20:42 +01:00
long_polling_h.erl Fix broken tests in loop_handler_SUITE 2017-10-31 16:49:48 +00:00
long_polling_sys_h.erl Add initial support for system messages in cowboy_loop 2018-03-23 18:33:16 +01:00
loop_handler_body_h.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
loop_handler_timeout_h.erl Add the idle_timeout HTTP/1.1 protocol option 2017-05-03 17:44:00 +02:00
multipart_h.erl Update the multipart reading interface 2016-08-10 15:09:04 +02:00
provide_callback_missing_h.erl Improve errors for when the ProvideCallback is missing 2018-08-13 17:23:48 +02:00
resp_h.erl Add test cases for cowboy_req:stream_events 2018-06-27 13:40:11 +02:00
resp_iolist_body_h.erl Fix a miscount of output flow control window for HTTP/2 2018-01-23 16:14:18 +01:00
send_message_h.erl Add more tests to the rfc7230 suite 2017-11-24 00:16:19 +01:00
stream_handler_h.erl Fix stream_handler_SUITE test failures 2017-11-01 19:24:42 +00:00
switch_handler_h.erl Add {switch_handler, Module} return value to cowboy_rest 2017-11-01 16:27:26 +00:00
switch_protocol_flush_h.erl Fix the flushing of messages when switching to Websocket 2018-03-26 18:53:07 +02:00
ws_handle_commands_h.erl Add a commands-based interface to Websocket handlers 2018-09-11 14:33:58 +02:00
ws_info_commands_h.erl Add a commands-based interface to Websocket handlers 2018-09-11 14:33:58 +02:00
ws_init_commands_h.erl Add a commands-based interface to Websocket handlers 2018-09-11 14:33:58 +02:00
ws_init_h.erl Allow websocket_init/1 to reply/close/hibernate 2016-08-15 19:21:38 +02:00
ws_terminate_h.erl Introduce the req_filter Websocket option 2017-05-28 20:19:39 +02:00