You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ Here is a list of middleware that are included within the Fiber framework.
581
581
|[adaptor](https://github.com/gofiber/fiber/tree/main/middleware/adaptor)| Converter for net/http handlers to/from Fiber request handlers. |
582
582
|[basicauth](https://github.com/gofiber/fiber/tree/main/middleware/basicauth)| Provides HTTP basic authentication. It calls the next handler for valid credentials and 401 Unauthorized for missing or invalid credentials. |
583
583
|[cache](https://github.com/gofiber/fiber/tree/main/middleware/cache)| Intercept and cache HTTP responses. |
584
-
|[compress](https://github.com/gofiber/fiber/tree/main/middleware/compress)| Compression middleware for Fiber, with support for `deflate`, `gzip`and `brotli`. |
584
+
|[compress](https://github.com/gofiber/fiber/tree/main/middleware/compress)| Compression middleware for Fiber, with support for `deflate`, `gzip`, `brotli`and `zstd`. |
585
585
|[cors](https://github.com/gofiber/fiber/tree/main/middleware/cors)| Enable cross-origin resource sharing (CORS) with various options. |
586
586
|[csrf](https://github.com/gofiber/fiber/tree/main/middleware/csrf)| Protect from CSRF exploits. |
587
587
|[earlydata](https://github.com/gofiber/fiber/tree/main/middleware/earlydata)| Adds support for TLS 1.3's early data ("0-RTT") feature. |
0 commit comments