aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_websocket.erl
AgeCommit message (Expand)Author
2012-11-27Check for errors when calling Transport:send in the websocket protocolAli Sabil
2012-10-11Allow websocket handlers to reply more than one frameLoïc Hoguin
2012-10-11Add crypto into the required applicationsLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the headersLoïc Hoguin
2012-09-17Improve consistency of return types for cowboy_req APILoïc Hoguin
2012-09-15Introduce cowboy_req:set_meta/3 to set request metadataLoïc Hoguin
2012-09-15Remove duplicate code for ensure_responseLoïc Hoguin
2012-09-15Add cowboy_req:url/1 to return the full request URLLoïc Hoguin
2012-09-15Avoid a duplicate HTTP reply in cowboy_websocket:upgrade_error/1Loïc Hoguin
2012-09-15Put socket and transport into cowboy_websocket's #state{}Loïc Hoguin
2012-09-15Add a cowboy_req:to_list/1 functionLoïc Hoguin
2012-09-15Remove two unneeded Req modificationsLoïc Hoguin
2012-09-15Change type #http_req{} to cowboy_req:req()Loïc Hoguin
2012-09-10Replace cowboy_req:path/1 with cowboy_req:raw_path/1Loïc Hoguin
2012-09-10Replace cowboy_req:host/1 with cowboy_req:raw_host/1Loïc Hoguin
2012-08-27Rename cowboy_http_websocket to cowboy_websocketLoïc Hoguin