So I explored the pipeline thing. It’s definitely possible to do something like
use PlugAndPlay.Router do
plug Foo
after
plug Bar
end
or whatever, but it’s cryptic enough, and reduces boilerplate by such a small amount, that I would rather just state in the README that you shouldn’t use PlugAndPlay.Router if you want to customise the pipeline.






















