Enum hyper::header::common::vary::Vary
[-]
[+]
[src]
pub enum Vary {
Any,
Headers(Vec<UniCase<String>>),
}The Allow header.
See also https://tools.ietf.org/html/rfc7231#section-7.1.4
Variants
Any | This corresponds to '*'. |
Headers | The header field names which will influence the response representation. |