Add CORS and XFF middlewares

This commit is contained in:
Olivier Poitrey 2015-04-22 11:52:42 -07:00
parent 1f94f134e3
commit 13df16fa6a

View File

@ -728,8 +728,10 @@ 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.
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
*Actual middlewares.*
* [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API
* [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends
# Tools