Trait rocket::http::hyper::header::Scheme [−][src]
pub trait Scheme: FromStr + Debug + Clone + Send + Sync {
fn scheme() -> Option<&'static str>;
fn fmt_scheme(&self, &mut Formatter<'_>) -> Result<(), Error>;
}
Expand description
An Authorization scheme to be used in the header.
Required methods
An optional Scheme name.
Will be replaced with an associated constant once available.