📦 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 struct represents the Context which hold the HTTP request and response. It has methods for the request query string, parameters, body, HTTP headers, and so on.
📋 Constants
Some constants for Fiber.
🌎 Client
The Client struct represents the Fiber HTTP Client.
📃 Log
Fiber's built-in log package
🧬 Middleware
29 items