jivago.wsgi.routing.table.tree_routing_table module

class jivago.wsgi.routing.table.tree_routing_table.TreeRoutingTable[source]

Bases: RoutingTable

get_route_registrations(path: str) List[RouteRegistration][source]
register_route(primitive: HttpMethod, path: str, resource_class: type | object, route_method: Callable)[source]