aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE_data/ws_subprotocol.erl
AgeCommit message (Collapse)Author
2016-08-12Remove Req from the Websocket interfaceLoïc Hoguin
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-06-27send resp_headers with websocket responsesCameron Bytheway