Constant hyper::header::ACCESS_CONTROL_ALLOW_METHODS [] [src]

pub const ACCESS_CONTROL_ALLOW_METHODS: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::AccessControlAllowMethods),}

Preflight header response indicating permitted access methods.

The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request.