Struct hyper::header::EntityTag
[-] [+]
[src]
pub struct EntityTag { pub weak: bool, pub tag: String, }
An entity tag
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
Fields
weak | Weakness indicator for the tag |
tag | The opaque string in between the DQUOTEs |