Versions in this module Expand all Collapse all v0 v0.2.0 Jul 3, 2026 Changes in this version + func Errors() fiber.ErrorHandler + func ParseAll(ctx fiber.Ctx, out interface{}) *fiber.Error + func ParseAllAndValidate(ctx fiber.Ctx, out interface{}) *fiber.Error + func ParseBody(ctx fiber.Ctx, body interface{}) *fiber.Error + func ParseBodyAndValidate(ctx fiber.Ctx, body interface{}) *fiber.Error + func Validate(payload interface{}) *fiber.Error