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

Method Routes

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

Routes returns information about all registered routes

()

Source from the content-addressed store, hash-verified

33
34 // Routes returns information about all registered routes
35 Routes() Routes
36
37 // Route searches Router for matching route and applies it to the given context. In case when no matching method
38 // was not found (405) or no matching route exists for path (404), router will return its implementation of 405/404

Implementers 2

DefaultRouterrouter.go
concurrentRouterrouter_concurrent.go

Calls

no outgoing calls