📄️ 📦 Fiber
Fiber represents the fiber package where you start to create an instance.
📄️ 🚀 App
The app instance conventionally denotes the Fiber application.
📄️ 🧠 Ctx
The Ctx interface represents the Context which holds the HTTP request and response. It has methods for the request query string, parameters, body, HTTP headers, and so on.
📄️ 📎 Bind
Binds the request and response items to a struct.
📄️ 🔄 Redirect
Fiber's built-in redirect package
📄️ 📃 Log
Fiber's built-in log package
📄️ 🎣 Hooks
With Fiber you can execute custom user functions at specific method execution points. Here is a list of these hooks:
📄️ 📋 Constants
Some constants for Fiber.