Struct hyper::header::AccessControlAllowHeaders
[-] [+]
[src]
pub struct AccessControlAllowHeaders(pub Vec<String>);
The Access-Control-Allow-Headers
response header,
part of CORS.
The
Access-Control-Allow-Headers
header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.
Spec: www.w3.org/TR/cors/#access-control-allow-headers-response-header