Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | Add a guide section for resource links | Loïc Hoguin | |
2013-02-20 | Add cowboy:set_env/3 | Loïc Hoguin | |
2013-01-29 | Add a section about closing the connection in the guide | Loïc Hoguin | |
2013-01-20 | First draft done for the request object guide chapter | Loïc Hoguin | |
2013-01-18 | Finish up the Internals chapter | Loïc Hoguin | |
2013-01-18 | Document loop handlers in the guide | Loïc Hoguin | |
2013-01-18 | Beginning of request object chapter in the guide | Loïc Hoguin | |
2013-01-18 | Add plain HTTP handlers documentation to the guide | Loïc Hoguin | |
2013-01-18 | Explain how to write custom protocol upgrades in the guide | Loïc Hoguin | |
2013-01-17 | Get the basics of Websocket covered in the guide | Loïc Hoguin | |
2013-01-17 | Add cowboy_bstr:capitalize_token/1 | Loïc Hoguin | |
For optional header name capitalization. See the guide section about it. | |||
2013-01-03 | Add middleware support | Loïc Hoguin | |
Middlewares allow customizing the request processing. All existing Cowboy project are incompatible with this commit. You need to change `{dispatch, Dispatch}` in the protocol options to `{env, [{dispatch, Dispatch}]}` to fix your code. | |||
2013-01-01 | Add a skeleton of the guide to ease user contributions | Loïc Hoguin | |
Has some stuff that aren't in master yet, and lacks a lot more that is already in master. | |||
2012-11-27 | Cosmetic changes to various documentation files | Loïc Hoguin | |
2012-10-15 | Add Introduction chapter to the guide | Loïc Hoguin | |