MCPcopy
hub / github.com/labstack/echo / Remove

Method Remove

router.go:32–32  ·  view source on GitHub ↗

Remove removes route from the Router. Router may choose not to implement this method.

(method string, path string)

Source from the content-addressed store, hash-verified

30 //
31 // Router may choose not to implement this method.
32 Remove(method string, path string) error
33
34 // Routes returns information about all registered routes
35 Routes() Routes

Callers 3

TestDefaultRouter_RemoveFunction · 0.65
RemoveMethod · 0.65

Implementers 2

DefaultRouterrouter.go
concurrentRouterrouter_concurrent.go

Calls

no outgoing calls

Tested by 2

TestDefaultRouter_RemoveFunction · 0.52