Enum static_web_server::cors::Validated
source · pub enum Validated {
Preflight(HeaderValue),
Simple(HeaderValue),
NotCors,
}Expand description
Validated CORS request.
Variants§
Preflight(HeaderValue)
Validated as preflight.
Simple(HeaderValue)
Validated as simple.
NotCors
Validated as not cors.