VividCortex / siesta

Composable framework for writing HTTP handlers in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set r.Form before running through middleware chains

Preetam opened this issue · comments

We currently do this right before calling the main handler for a router. I think it's more useful to do it before running through any of the handler. This way we can check for a ?showdocs parameter before the main handler.