Skip to content

Commit

Permalink
add gin-stats middleware (#162)
Browse files Browse the repository at this point in the history
@appleboy my bad closed old PR and create again.
  • Loading branch information
semihalev authored and appleboy committed Jun 14, 2018
1 parent 6ea35d3 commit 39cfb97
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 @@ -40,3 +40,4 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [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.
+ [gin-stats](https://github.com/semihalev/gin-stats) - Lightweight and useful request metrics middleware

0 comments on commit 39cfb97

Please sign in to comment.