Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | Do not require inets for running tests anymore | Loïc Hoguin | |
2013-01-22 | Replace terminate/2 with terminate/3, adding a Reason | Loïc Hoguin | |
This should have been done a *long* time ago, back when I initially added Websocket support. This is the first part of two in improving loop handler support with regards to socket closure. Reason may include: {normal, shutdown} for the most normal shutdown, {normal, timeout} for a loop handler timeout shutdown, or {error, _} if an error occured. | |||
2012-08-27 | Rename cowboy_http_req to cowboy_req | Loïc Hoguin | |
2011-10-13 | Add shortcuts to reply functions | Loïc Hoguin | |
New functions are reply/2, reply/3, chunked_reply/2 in cowboy_http_req. | |||
2011-05-08 | Add chunked reply support. | Loïc Hoguin | |
Send the status line and headers using cowboy_http_req:chunked_reply/3, and individual chunks with cowboy_http_req:chunk/2. |