jivago.wsgi.routing.cors.cors_handler module

class jivago.wsgi.routing.cors.cors_handler.CorsHandler(cors_rules: List[CorsRule])[source]

Bases: object

create_cors_preflight_handler(path: str) CorsPreflightRequestHandler[source]
inject_cors_headers(path: str, response_headers: Headers) None[source]