From 60f8537fcb8b91a53eaca79cd42f4d24f39d29c1 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 6 Apr 2019 08:15:03 +0800 Subject: [PATCH] Add session middleware fix #170 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2060320..b77c6c4 100644 --- a/README.md +++ b/README.md @@ -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