jivago.wsgi.routing.table.route_node module

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

Bases: object

explore(path: List[str]) → jivago.wsgi.routing.table.route_node.RouteNode[source]
register_child(path: List[str], http_primitive: jivago.wsgi.methods.HttpMethod, route_registration: jivago.wsgi.routing.route_registration.RouteRegistration)[source]