From 7b757931db0e24c0390c8e50410dc8eeafa2ad96 Mon Sep 17 00:00:00 2001 From: Didip Kerabat Date: Sat, 23 May 2015 06:33:10 -0700 Subject: [PATCH] Add tollbooth to list of middlewares. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb500394..0cda44f8 100644 --- a/README.md +++ b/README.md @@ -769,6 +769,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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 +* [Tollbooth](https://github.com/didip/tollbooth) - Rate limit HTTP request handler * [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends #### Libraries for creating HTTP middlewares