Struct hyper::header::AccessControlMaxAge
[-] [+]
[src]
pub struct AccessControlMaxAge(pub u32);
The Access-Control-Max-Age
response header,
part of CORS.
The
Access-Control-Max-Age
header indicates how long the results of a preflight request can be cached in a preflight result cache.
Spec: www.w3.org/TR/cors/#access-control-max-age-response-header