[][src]Type Definition solicit::http::StaticHeader

type StaticHeader = Header<'static, 'static>;

A type alias for a Header where both the name, as well as the value must have a 'static lifetime if it is borrowed. Owned parts are allowed.