Skip to main content

Headers

Type Alias Headers 

Source
pub type Headers = Vec<(Cow<'static, str>, Cow<'static, str>)>;
Expand description

Type alias for HTTP headers (key-value pairs with static lifetime strings)

Aliased Typeยง

pub struct Headers { /* private fields */ }