From 3b713d954678d4696ca57c69c2cd6dcc7e39f984 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Wed, 22 Apr 2015 11:56:00 -0700 Subject: [PATCH] Add formjson middleware --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb87c7..0e94a9f 100644 --- a/README.md +++ b/README.md @@ -731,7 +731,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *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 +* [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST +* [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends # Tools