jivago.wsgi.routing.serving.static_file_routing_table module

class jivago.wsgi.routing.serving.static_file_routing_table.StaticFileRoutingTable(folder_root: str, allowed_extensions: List[str] = None)[source]

Bases: jivago.wsgi.routing.routing_table.RoutingTable

get_route_registrations(path: str) → List[jivago.wsgi.routing.route_registration.RouteRegistration][source]