0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/src
Loïc Hoguin 09914c4693 Allow websocket handlers to reply more than one frame
Instead of returning {text, Data}, you can now return
[{text, Data}, {text, Data2}, ...].
2012-10-11 21:46:43 +02:00
..
cowboy.app.src Add crypto into the required applications 2012-10-11 20:13:23 +02:00
cowboy.erl Rename cowboy_http_protocol to cowboy_protocol 2012-08-27 12:58:04 +02:00
cowboy_app.erl Update behaviours for R15B+ 2012-08-27 12:50:00 +02:00
cowboy_bstr.erl Have only one -export and -export_type per line 2012-08-27 12:16:07 +02:00
cowboy_client.erl Switch to Ranch for connection handling 2012-08-27 11:50:35 +02:00
cowboy_clock.erl Don't use decode_packet/3 for parsing the headers 2012-09-21 09:18:56 +02:00
cowboy_cookies.erl Include the eunit file only if TEST is defined 2012-09-17 13:57:29 +02:00
cowboy_dispatcher.erl Remove the urldecode cowboy_protocol option 2012-09-29 13:03:45 +02:00
cowboy_http.erl Remove the urldecode cowboy_protocol option 2012-09-29 13:03:45 +02:00
cowboy_http_handler.erl Update behaviours for R15B+ 2012-08-27 12:50:00 +02:00
cowboy_loop_handler.erl Update behaviours for R15B+ 2012-08-27 12:50:00 +02:00
cowboy_multipart.erl Make multipart part headers binary lowercase 2012-09-21 13:07:51 +02:00
cowboy_protocol.erl The onresponse hook now receives 4 arguments, including the body 2012-10-04 22:59:33 +02:00
cowboy_req.erl Cleanup cowboy_req:parse_header/3 2012-10-11 20:03:34 +02:00
cowboy_rest.erl Fix Vary header, was wrongly named Variances previously 2012-10-11 20:44:53 +02:00
cowboy_static.erl Don't use decode_packet/3 for parsing the request-line 2012-09-21 08:54:57 +02:00
cowboy_sup.erl Update behaviours for R15B+ 2012-08-27 12:50:00 +02:00
cowboy_websocket.erl Allow websocket handlers to reply more than one frame 2012-10-11 21:46:43 +02:00
cowboy_websocket_handler.erl Update behaviours for R15B+ 2012-08-27 12:50:00 +02:00