index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_websocket.erl
Age
Commit message (
Expand
)
Author
2012-12-06
call websocket_terminate in case of a handshake error
Andre Graf
2012-12-05
Make a few more missing headers lowercase
Loïc Hoguin
2012-12-02
Add more frame types available in websocket replies
Loïc Hoguin
2012-11-28
Clarify error reports indicating they come from Cowboy
Loïc Hoguin
2012-11-27
Check for errors when calling Transport:send in the websocket protocol
Ali Sabil
2012-10-11
Allow websocket handlers to reply more than one frame
Loïc Hoguin
2012-10-11
Add crypto into the required applications
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the headers
Loïc Hoguin
2012-09-17
Improve consistency of return types for cowboy_req API
Loïc Hoguin
2012-09-15
Introduce cowboy_req:set_meta/3 to set request metadata
Loïc Hoguin
2012-09-15
Remove duplicate code for ensure_response
Loïc Hoguin
2012-09-15
Add cowboy_req:url/1 to return the full request URL
Loïc Hoguin
2012-09-15
Avoid a duplicate HTTP reply in cowboy_websocket:upgrade_error/1
Loïc Hoguin
2012-09-15
Put socket and transport into cowboy_websocket's #state{}
Loïc Hoguin
2012-09-15
Add a cowboy_req:to_list/1 function
Loïc Hoguin
2012-09-15
Remove two unneeded Req modifications
Loïc Hoguin
2012-09-15
Change type #http_req{} to cowboy_req:req()
Loïc Hoguin
2012-09-10
Replace cowboy_req:path/1 with cowboy_req:raw_path/1
Loïc Hoguin
2012-09-10
Replace cowboy_req:host/1 with cowboy_req:raw_host/1
Loïc Hoguin
2012-08-27
Rename cowboy_http_websocket to cowboy_websocket
Loïc Hoguin
[prev]