Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-18 | Finish the routing chapter of the guide | Loïc Hoguin | |
Note that this is the new routing not yet available in master. The code should follow in a few days. | |||
2013-01-18 | Fix capitalize_hook example | Loïc Hoguin | |
2013-01-17 | Fix typo in the guide introduction | Richard Ramsden | |
2013-01-18 | Add hooks documentation to the guide | Loïc Hoguin | |
2013-01-18 | Do not use tabulations in 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-11 | Fix getting started example, missing env | Loïc Hoguin | |
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-03 | Salvage the README and move parts into the guide | Loïc Hoguin | |
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 | |