We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
54d5214
Fiber v2 brought breaking changes.
func(ctx *fiber.Ctx)
with
func(ctx *fiber.Ctx) error
ctx.FastHttp()
ctx.Context()