hexedpackets / trot

An Elixir web micro-framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration for plugging in functions to always run before and after routing

hexedpackets opened this issue · comments

Can be done with plug directly right now, but that requires careful code layout since all of the routes would need to be defined before the "after" plug and vice versa for the "before".