LoggerMiddleware is the middleware that logs the request
()
| 120 | CSRFMiddleware() gin.HandlerFunc |
| 121 | // LoggerMiddleware is the middleware that logs the request |
| 122 | LoggerMiddleware() gin.HandlerFunc |
| 123 | // RateLimitMiddleware is the middleware that rate limits requests per IP |
| 124 | RateLimitMiddleware() gin.HandlerFunc |
| 125 | // MetricsMiddleware records HTTP request count and duration for prometheus. |
no outgoing calls