Trait hyperx::header::StandardHeader[][src]

pub trait StandardHeader: Header + Sized {
    fn http_header_name() -> HeaderName;
}
Expand description

A trait for the “standard” headers that have an associated HeaderName constant in the http crate.

Required methods

The HeaderName from the http crate for this header.

Implementors