Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-19 | Fix the init_shutdown test | 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-10-06 | Allow HTTP handlers to skip the handle/2 step in init/3 | Loïc Hoguin | |
You can now return {shutdown, Req, State} from Handler:init/3 to skip the handle/2 step. Also allow init/3 function to send responses. |