aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_websocket_handler.erl
AgeCommit message (Collapse)Author
2012-11-28Update the cowboy_websocket_handler specsLoïc Hoguin
We can send many payloads at once.
2012-08-27Update behaviours for R15B+Loïc Hoguin
This effectively drops the R14B compatibility. The cowboy_req:req() type will be introduced in a future commit. It refers to the #http_req{} record.