Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithGroup ¶ added in v2.11.0
func NewWithGroup(r *fiber.App, g fiber.Router, config huma.Config) huma.API
func Unwrap ¶ added in v2.30.0
func Unwrap(ctx huma.Context) *fiber.Ctx
Unwrap extracts the underlying Fiber context from a Huma context. If passed a context from a different adapter it will panic. Keep in mind the limitations of the underlying Fiber/fasthttp libraries and how that impacts memory-safety: https://docs.gofiber.io/#zero-allocation. Do not keep references to the underlying context or its values!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.