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...
CSRF Signatures Examples Config Default Config CSRF CSRF middleware for Fiber that provides Cross-site request forgery protection by passing a csrf token via cookies. Thi...
Cache Table of Contents Signatures Examples Config Default Config Cache Cache middleware for Fiber designed to intercept responses and cache them. This middleware will ca...
with Fiber right away! 👋 Welcome Installation Zero Allocation Hello, World! Basic routing Static files Note description: >- An online API documentation with examples so...
Redirect Redirect Redirects to the URL derived from the specified path, with specified status, a positive integer that corresponds to an HTTP status code. If not specified, ...
ClearCookie ClearCookie Expire a client cookie (or all cookies if left empty) func ( c * Ctx ) ClearCookie ( key ... string ) app . Get ( "/" , func ( c * fiber ....