MCPcopy
hub / github.com/gofiber/fiber / setHandlerCtx

Method setHandlerCtx

ctx_interface_gen.go:91–91  ·  view source on GitHub ↗
(ctx CustomCtx)

Source from the content-addressed store, hash-verified

89 // changing the request path. Note that handlers might be executed again.
90 RestartRouting() error
91 setHandlerCtx(ctx CustomCtx)
92 // OriginalURL contains the original request URL.
93 // Returned value is only valid within the handler. Do not store any references.
94 // Make copies or use the Immutable setting to use the value outside the Handler.

Callers 1

setHandlerCtxIfNeededMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected