0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/guide
Loïc Hoguin a357c49d1b New routing
Ultimately few things change, it's mostly just a nicer syntax and
slightly different expectations. The name of the value `dispatch`
did not change, because the previous dispatch values will now fail
if the code is not updated to using `cowboy_router:compile/1`.

No constraints have been implemented in this commit.
2013-01-28 16:53:09 +01:00
..
handlers.md Explain how to write custom protocol upgrades in the guide 2013-01-18 00:15:00 +01:00
hooks.md Add hooks documentation to the guide 2013-01-18 00:54:41 +01:00
http_handlers.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
internals.md Finish up the Internals chapter 2013-01-18 20:22:49 +01:00
introduction.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
loop_handlers.md Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
middlewares.md New routing 2013-01-28 16:53:09 +01:00
req.md First draft done for the request object guide chapter 2013-01-20 15:14:13 +01:00
rest_handlers.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
routing.md New routing 2013-01-28 16:53:09 +01:00
static_handlers.md Document the static handler in the guide 2013-01-18 20:33:48 +01:00
toc.md First draft done for the request object guide chapter 2013-01-20 15:14:13 +01:00
ws_handlers.md Get the basics of Websocket covered in the guide 2013-01-17 23:58:55 +01:00