Route searches Router for matching route and applies it to the given context. In case when no matching method was not found (405) or no matching route exists for path (404), router will return its implementation of 405/404 handler function.
Generated using TypeDoc
Router is interface for routing request contexts to registered routes.
Contract between Echo/Context instance and the router: