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
Original file line number
Diff line number
Diff line change
@@ -613,7 +613,7 @@ Here is a list of middleware that are included within the Fiber framework.
613
613
|[recover](https://github.com/gofiber/fiber/tree/master/middleware/recover)| Recover middleware recovers from panics anywhere in the stack chain and handles the control to the centralized[ ErrorHandler](https://docs.gofiber.io/guide/error-handling). |
614
614
|[requestid](https://github.com/gofiber/fiber/tree/master/middleware/requestid)| Adds a requestid to every request. |
|[skip](https://github.com/gofiber/fiber/tree/master/middleware/skip)| Skip middleware that skips a wrapped handler is a predicate is true. |
616
+
|[skip](https://github.com/gofiber/fiber/tree/master/middleware/skip)| Skip middleware that skips a wrapped handler if a predicate is true. |
617
617
|[timeout](https://github.com/gofiber/fiber/tree/master/middleware/timeout)| Adds a max time for a request and forwards to ErrorHandler if it is exceeded. |
0 commit comments