Talk about Go: How to custom build a gateway interceptor in Gin framwork October 15, 2021 in Go, microservice Middleware often used as a level “security check”, for core components such as request header/request body verification, caching, and current limiting. Continue reading