jivago.wsgi.routing.route_registration module

class jivago.wsgi.routing.route_registration.RouteRegistration(resource_class: type | object, route_function: Callable, registered_path: List[str], http_method: HttpMethod)[source]

Bases: PathParameterParser

parse_path_parameters(gotten_path: str) dict[source]