MCPcopy Index your code
hub / github.com/labstack/echo / SetPath

Method SetPath

context.go:265–267  ·  view source on GitHub ↗

SetPath sets the registered path for the handler.

(p string)

Source from the content-addressed store, hash-verified

263
264// SetPath sets the registered path for the handler.
265func (c *Context) SetPath(p string) {
266 c.path = p
267}
268
269// RouteInfo returns current request route information. Method, Path, Name and params if they exist for matched route.
270//

Callers 2

RouteMethod · 0.80

Calls

no outgoing calls

Tested by 1