mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add CORS and XFF middlewares
This commit is contained in:
parent
1f94f134e3
commit
13df16fa6a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user