This commit is contained in:
Simon Gurcke 2026-04-09 15:50:07 +02:00 committed by GitHub
commit 97826dae04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3140,6 +3140,7 @@ _Full stack web frameworks._
#### Actual middlewares
- [apitally](https://github.com/apitally/apitally-go) - API monitoring and analytics middleware with metrics, logging, and alerts. Works with Chi, Echo, Fiber, and Gin.
- [client-timing](https://github.com/posener/client-timing) - An HTTP client for Server-Timing header.
- [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API.
- [echo-middleware](https://github.com/faabiosr/echo-middleware) - Middleware for Echo framework with logging and metrics.