Versions in this module Expand all Collapse all v1 v1.0.2 Oct 5, 2023 v1.0.1 Oct 5, 2023 Changes in this version + func ConvertRequest(c *fiber.Ctx, forServer bool) (*http.Request, error) + func CopyContextToFiberContext(context interface{}, requestContext *fasthttp.RequestCtx) + func FiberApp(app *fiber.App) http.HandlerFunc + func FiberHandler(h fiber.Handler) http.Handler + func FiberHandlerFunc(h fiber.Handler) http.HandlerFunc + func HTTPHandler(h http.Handler) fiber.Handler + func HTTPHandlerFunc(h http.HandlerFunc) fiber.Handler + func HTTPMiddleware(mw func(http.Handler) http.Handler) fiber.Handler