Adding middleware sub-sections links

This commit is contained in:
Olivier Poitrey 2015-04-28 01:22:25 -04:00
parent 3b713d9546
commit b1da228028

View File

@ -56,6 +56,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Video](#video) - [Video](#video)
- [Web Frameworks](#web-frameworks) - [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares) - [Middlewares](#middlewares)
- [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares)
- [Actual middlewares](#actual-middlewares)
- [Windows](#windows) - [Windows](#windows)
- [Tools](#tools) - [Tools](#tools)
@ -719,7 +721,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
### Middlewares ### Middlewares
*Libraries for creating HTTP middlewares.* #### Libraries for creating HTTP middlewares
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go. * [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. * [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http.
@ -728,7 +730,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP middleware for Golang. * [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. * [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
*Actual middlewares.* #### Actual middlewares
* [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API * [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API
* [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST * [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST