Skip to content

Commit

Permalink
Added AccessLimit Middleware (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bu authored and appleboy committed May 27, 2018
1 parent 33543d1 commit 6ea35d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [gin-template](https://github.com/foolin/gin-template) - Easy and simple to use html/template for gin framework.
+ [gin-redis-ip-limiter](https://github.com/Salvatore-Giordano/gin-redis-ip-limiter) - Request limiter based on ip address. It works with redis and with a sliding-window mechanism.
+ [gin-method-override](https://github.com/bu/gin-method-override) - Method override by POST form param `_method`, inspired by Ruby's same name rack
+ [gin-access-limit](https://github.com/bu/gin-access-limit) - An access-control middleware by specifying allowed source CIDR notations.

0 comments on commit 6ea35d3

Please sign in to comment.