Recover Signatures Examples Config Default Config Recover Recover middleware for Fiber that recovers from panics anywhere in the stack chain and handles the control to the...
Compress Getting Started description Compression middleware for Fiber that supports gzip, deflate and brotli compression depending on the Accept-Encoding header. Compress ...
Limiter Signatures Examples Config Default Config Limiter Limiter middleware for Fiber used to limit repeated requests to public APIs and/or endpoints such as password res...
Compress Signatures Examples Config Default Config Constants Compress Compression middleware for Fiber that will compress the response using gzip , deflate and brotli c...
Favicon Table of Contents Signatures Examples Config Default Config Favicon Favicon middleware for Fiber that ignores favicon requests or caches a provided icon in memory...
Proxy Signatures Examples Config Default Config Proxy Proxy middleware for Fiber that allows you to proxy requests to multiple hosts. Signatures func New ( config Con...
Recover Signatures Examples Config Default Config Recover Recover middleware for Fiber that recovers from panics anywhere in the stack chain and handles the control to the...
ETag Signatures Examples Config Default Config ETag ETag middleware for Fiber that lets caches be more efficient and save bandwidth, as a web server does not need to resen...