aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
AgeCommit message (Collapse)Author
2013-02-20Add cowboy:set_env/3Loïc Hoguin
2013-01-29Add a section about closing the connection in the guideLoïc Hoguin
2013-01-20First draft done for the request object guide chapterLoïc Hoguin
2013-01-18Finish up the Internals chapterLoïc Hoguin
2013-01-18Document loop handlers in the guideLoïc Hoguin
2013-01-18Beginning of request object chapter in the guideLoïc Hoguin
2013-01-18Add plain HTTP handlers documentation to the guideLoïc Hoguin
2013-01-18Explain how to write custom protocol upgrades in the guideLoïc Hoguin
2013-01-17Get the basics of Websocket covered in the guideLoïc Hoguin
2013-01-17Add cowboy_bstr:capitalize_token/1Loïc Hoguin
For optional header name capitalization. See the guide section about it.
2013-01-03Add middleware supportLoï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-01Add a skeleton of the guide to ease user contributionsLoïc Hoguin
Has some stuff that aren't in master yet, and lacks a lot more that is already in master.
2012-11-27Cosmetic changes to various documentation filesLoïc Hoguin
2012-10-15Add Introduction chapter to the guideLoïc Hoguin