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

Method FullPath

ctx.go:382–384  ·  view source on GitHub ↗

FullPath returns the matched route path, including any group prefixes.

()

Source from the content-addressed store, hash-verified

380
381// FullPath returns the matched route path, including any group prefixes.
382func (c *DefaultCtx) FullPath() string {
383 return c.Route().Path
384}
385
386// Matched returns true if the current request path was matched by the router.
387func (c *DefaultCtx) Matched() bool {

Callers

nothing calls this directly

Calls 1

RouteMethod · 0.95

Tested by

no test coverage detected