Skip to content

Commit

Permalink
add git-limiter middleware (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleitw authored Aug 10, 2020
1 parent ffafc16 commit 6dee08b
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 @@ -26,6 +26,7 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [gin-sessions](https://github.com/kimiazhu/ginweb-contrib/tree/master/sessions) - session middleware based on mongodb and mysql
+ [gin-location](https://github.com/drone/gin-location) - middleware for exposing the server's hostname and scheme
+ [gin-nice-recovery](https://github.com/ekyoung/gin-nice-recovery) - panic recovery middleware that let's you build a nicer user experience
+ [gin-limiter](https://github.com/davidleitw/gin-limiter) - A simple gin middleware for ip limiter based on redis.
+ [gin-limit](https://github.com/aviddiviner/gin-limit) - limits simultaneous requests; can help with high traffic load
+ [gin-limit-by-key](https://github.com/yangxikun/gin-limit-by-key) - An in-memory middleware to limit access rate by custom key and rate.
+ [ez-gin-template](https://github.com/michelloworld/ez-gin-template) - easy template wrap for gin
Expand Down

0 comments on commit 6dee08b

Please sign in to comment.