Skip to content

Commit

Permalink
Add session middleware
Browse files Browse the repository at this point in the history
fix #170
  • Loading branch information
appleboy authored Apr 6, 2019
1 parent a876645 commit 60f8537
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 @@ -41,6 +41,7 @@ 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-session](https://github.com/go-session/gin-session) - Session middleware for Gin
+ [gin-stats](https://github.com/semihalev/gin-stats) - Lightweight and useful request metrics middleware
+ [gin-statsd](https://github.com/amalfra/gin-statsd) - A Gin middleware for reporting to statsd deamon
+ [gin-health-check](https://github.com/RaMin0/gin-health-check) - A health check middleware for Gin
Expand Down

0 comments on commit 60f8537

Please sign in to comment.