jivago.wsgi.routing.routing_rule module

class jivago.wsgi.routing.routing_rule.RoutingRule(prefix_path: str, routing_table: RoutingTable, rewrite_path: bool = True)[source]

Bases: RouterConfigRule

create_route_handlers(request: Request, service_locator: ServiceLocator, deserializer: Deserializer) Iterable[RouteHandler][source]
get_route_registrations(path: str) List[RouteRegistration][source]
matches(path: str) bool[source]