jivago.wsgi.routing.table.route_node module

class jivago.wsgi.routing.table.route_node.RouteNode[source]

Bases: object

explore(path: List[str]) RouteNode[source]
register_child(path: List[str], http_primitive: HttpMethod, route_registration: RouteRegistration)[source]