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