👋 Welcome Installation Zero Allocation Hello, World! Basic routing Static files Note 👋 Welcome Fiber is an Express inspired web framework built on top of Fasthttp , t...
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...
description: An API documentation so you can start building web apps with Fiber. 📖 Getting started Installation Hello, World! Basic routing Static files description: An A...
🔌 Routing Paths Parameters Middleware Grouping 🔌 Routing Paths Route paths, combined with a request method, define the endpoints at which requests can be made. Route pat...
description: The app instance conventionally denotes the Fiber application. 🚀 App Static Route Handlers Mount Group Server Stack Config Handler Listen ListenTLS Listener...
Group Handlers Running /api , /v1 or /v2 will result in 404 error, make sure you have the errors set. Group Handlers Group handlers can also be used as a routing path but...
📊 Benchmarks TechEmpower Plaintext Data Updates Multiple Queries Single Query JSON Serialization Go web framework benchmark description These benchmarks aim to compare the...
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...
frameworks. 🤖 Benchmarks TechEmpower Plaintext Data Updates Multiple Queries Single Query JSON Serialization Go web framework benchmark description: >- This benchmarks...