Routes returns information about all registered routes
()
| 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 |
no outgoing calls