Struct hyper::header::Etag
[-] [+]
[src]
pub struct Etag(pub EntityTag);
The Etag
header.
An Etag consists of a string enclosed by two literal double quotes. Preceding the first double quote is an optional weakness indicator, which always looks like this: W/ See also: https://tools.ietf.org/html/rfc7232#section-2.3