RequestID Table of Contents Signatures Examples Config Default Config RequestID RequestID middleware for Fiber that adds an indentifier to the response. Table of Conte...
WebSocket WebSocket Fiber supports a websocket upgrade middleware. The *Conn struct has all the functionality from the gorilla/websocket library. Installation go get -...
Timeout Table of Contents Signatures Examples Timeout Timeout middleware for Fiber wraps a fiber.Handler with a timeout. If the handler takes longer than the given duratio...
Pprof Signatures Examples Pprof Pprof middleware for Fiber that serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. The...
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...
Pprof Signatures Examples Pprof Pprof middleware for Fiber that serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. The...
Pprof Signatures Examples Pprof Pprof middleware for Fiber that serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. The...
Compress Getting Started Compress Compression middleware for Fiber that supports gzip, deflate and brotli compression depending on the Accept-Encoding header. Getting Start...
Favicon Signatures Examples Config Default Config Favicon Favicon middleware for Fiber that ignores favicon requests or caches a provided icon in memory to improve perform...