A registry that manages multiple routes and delegates request handling.
Find and invoke the first matching route to handle the request.
The request to handle.
The response generated by handling the request.
RouteRegistry.NoRouteError If no route matches the request.
Check if any registered route matches the given request.
The request to check.
Registers one or more routes into the registry.
The routes to register.
A registry that manages multiple routes and delegates request handling.