From 13df16fa6a89e22cda9726da3d2380b84c4b0182 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Wed, 22 Apr 2015 11:52:42 -0700 Subject: [PATCH] Add CORS and XFF middlewares --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 674138cd..2eb87c7a 100644 --- a/README.md +++ b/README.md @@ -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