jivago.wsgi.routing.table.tree_routing_table module

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

Bases: jivago.wsgi.routing.routing_table.RoutingTable

get_route_registrations(path: str) → List[jivago.wsgi.routing.route_registration.RouteRegistration][source]
register_route(primitive: jivago.wsgi.methods.HttpMethod, path: str, resource_class: Union[type, object], route_method: Callable)[source]