Skip to content

Commit

Permalink
Adding gin-brotli middleware's reference (#209)
Browse files Browse the repository at this point in the history
* Update README.md

Adding gin-brotli middleware's reference link in README.md

* gin-brotli

Fix middleware name

---------

Co-authored-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
anargu and appleboy authored May 8, 2024
1 parent fcb130a commit c1c6bf0
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 @@ -58,5 +58,6 @@ Each author is responsible for maintaining their own code, although if you submi
+ [logging](https://github.com/axiaoxin-com/logging#gin-middleware-ginlogger) - logging provide GinLogger uses zap to log detailed access logs in JSON or text format with trace id, supports flexible and rich configuration, and supports automatic reporting of log events above error level to sentry
+ [ratelimiter](https://github.com/axiaoxin-com/ratelimiter) - Gin middleware for token bucket ratelimiter.
+ [servefiles](https://github.com/rickb777/servefiles) - serving static files with performance-enhancing cache control headers; also handles gzip & brotli compressed files
+ [gin-brotli](https://github.com/anargu/gin-brotli) - Gin middleware to enable Brotli compression
+ [gin-jwt-cognito](https://github.com/akhettar/gin-jwt-cognito) - validate jwt tokens issued by [amazon cognito](https://aws.amazon.com/cognito/)
+ [gin-pagination](https://github.com/webstradev/gin-pagination) - A simple and customizable pagination middleware for Gin

0 comments on commit c1c6bf0

Please sign in to comment.