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