jivago.wsgi.routing.cors.cors_handler module

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

Bases: object

create_cors_preflight_handler(path: str) → jivago.wsgi.routing.cors.cors_preflight_request_handler.CorsPreflightRequestHandler[source]
inject_cors_headers(path: str, response_headers: jivago.wsgi.request.headers.Headers) → None[source]