0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/test/ws_SUITE_data
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
..
client.json Enable Autobahn Test Suite by default 2014-04-20 22:20:54 +02:00
ws_echo.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_echo_timer.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_init_shutdown.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
ws_send_many.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_subprotocol.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_timeout_cancel.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_timeout_hibernate.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00