🧬 Middleware Compress FileSystem Favicon description Middleware is a function chained in the HTTP request cycle with access to the Context which it uses to perform a specific ...
FileSystem Signatures Examples Config Default Config packr go.rice fileb0x statik FileSystem Filesystem middleware for Fiber that enables you to serve files from a dir...
Recover Recover You can recover from panic errors within any route. By default the Recover middleware will respond with 500 Internal Server Error when a panic occurs. You can ...
Logger Logger Logger middleware logs the information about each HTTP request. Installation go get - u github . com / gofiber / logger Signature logger . new ( confi...
Timeout Signatures Examples Timeout Timeout middleware for Fiber wraps a fiber.Handler with a timeout. If the handler takes longer than the given duration to return, the ti...