Added interpose

This commit is contained in:
Matt Holt 2014-07-21 08:44:04 -06:00
parent 8eb09a0cb6
commit edceae0ba0

View File

@ -441,6 +441,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
* [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http.
* [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP middleware for Golang.
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.