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

Method Path

ctx_interface_gen.go:99–99  ·  view source on GitHub ↗

Path returns the path part of the request URL. Optionally, you could override the path. Make copies or use the Immutable setting to use the value outside the Handler.

(override ...string)

Source from the content-addressed store, hash-verified

97 // Optionally, you could override the path.
98 // Make copies or use the Immutable setting to use the value outside the Handler.
99 Path(override ...string) string
100 // RequestID returns the request identifier from the response header or request header.
101 RequestID() string
102 // Req returns a convenience type whose API is limited to operations

Calls

no outgoing calls