0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/guide
Loïc Hoguin 1b3f510b7e Add middleware support
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 22:47:51 +01:00
..
handlers.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
hooks.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
http_handlers.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
internals.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
introduction.md Add Introduction chapter to the guide 2012-10-15 14:35:52 +02:00
loop_handlers.md Salvage the README and move parts into the guide 2013-01-03 16:01:49 +01:00
middlewares.md Add middleware support 2013-01-03 22:47:51 +01:00
req.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +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 Add middleware support 2013-01-03 22:47:51 +01:00
static_handlers.md Add a skeleton of the guide to ease user contributions 2013-01-01 18:27:41 +01:00
toc.md Add middleware support 2013-01-03 22:47:51 +01:00
ws_handlers.md Salvage the README and move parts into the guide 2013-01-03 16:01:49 +01:00