hyper 0.3.11

A modern HTTP library.
1
2
3
4
5
6
7
8
9
10
use method::Method;

header! {
    #[doc="`Access-Control-Request-Method` header, part of"]
    #[doc="[CORS](www.w3.org/TR/cors/#access-control-request-method-request-header)"]
    #[doc=""]
    #[doc="The `Access-Control-Request-Method` header indicates which method will be"]
    #[doc="used in the actual request as part of the preflight request."]
    (AccessControlRequestMethod, "Access-Control-Request-Method") => [Method]
}