Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | Allow websocket handlers to hibernate from the websocket_init/3 function | Loïc Hoguin | |
Also improve the documentation about hibernate. | |||
2011-07-19 | Separate message and packet handling for websockets | Loïc Hoguin | |
Improves the readability of websocket handler code by having two functions: websocket_handle/3 handles the packets received from the socket, removing the tuple construct that was otherwise needed, so only websocket_handle(Data, Req, State) is needed now; websocket_info/3 handles the messages that the websocket handler process received, as websocket_info(Info, Req, State). Both functions return values are handled identically by Cowboy so nothing changes on that end. | |||
2011-07-06 | Add documentation for the public interface. | Loïc Hoguin | |
This is probably not perfect yet but it should be better than nothing. We'll improve things with feedback received from the many users. | |||
2011-06-27 | Add the remaining missing specs | Loïc Hoguin | |
Found thanks to warn_missing_spec and added with the help of typer. Eunit functions do not have specs yet however. | |||
2011-04-14 | Initial draft-hixie-thewebsocketprotocol-76 support. | Loïc Hoguin | |