We currently only provide a middleware for `martini`, we need to implement at least the following: - [ ] Vanilla `net/http` (maybe using [`gorilla/mux`](http://www.gorillatoolkit.org/pkg/mux) ?) - [ ] [`Revel`](http://revel.github.io/) - [ ] [`Beego`](github.com/astaxie/beego) - [ ] [`Gin`](https://github.com/gin-gonic/gin) And maybe: - [ ] [`Falcore`](https://github.com/fitstar/falcore) ?
We currently only provide a middleware for
martini, we need to implement at least the following:net/http(maybe usinggorilla/mux?)RevelBeegoGinAnd maybe:
Falcore?