Struct hyper::header::AcceptCharset
[-] [+]
[src]
pub struct AcceptCharset(pub Vec<QualityItem<Charset>>);
The Accept-Charset
header
The Accept-Charset
header can be used by clients to indicate what
response charsets they accept.