aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_middleware.erl
AgeCommit message (Collapse)Author
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.