mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add tollbooth to list of middlewares.
This commit is contained in:
parent
ff5313b78c
commit
7b757931db
@ -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
|
* [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
|
* [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
|
* [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends
|
||||||
|
|
||||||
#### Libraries for creating HTTP middlewares
|
#### Libraries for creating HTTP middlewares
|
||||||
|
Loading…
Reference in New Issue
Block a user