Expand description
§accept-language Request Guard for Rocket Framework
This crate provides a request guard used for getting accept-language header.
See examples.
Re-exports§
- pub extern crate rocket;
- pub extern crate unic_langid;
Macros§
- language
- This macro can be used to create a Languageinstance constantly .
- language_region_ pairs 
- This macro can be used to create a Vec<LanguageIdentifier>instance quickly by providing multiple<language>[-<region>]or<language>[_<region>]strings separated by commas.
- region
- This macro can be used to create a Regioninstance constantly .
Structs§
- AcceptLanguage 
- The request guard used for getting accept-languageheader.
- LanguageIdentifier 
- LanguageIdentifieris a core struct representing a Unicode Language Identifier.