A class that resolves routes based on the provided configuration. RouteResolver
Constructs a new instance of the Router class with the given configuration.
The configuration object for the router.
None
Resolves a route based on the given HTTP method and path.
The HTTP method of the request.
The path of the request.
A class that resolves routes based on the provided configuration. RouteResolver