pub type Headers = Vec<(Cow<'static, str>, Cow<'static, str>)>;
Type alias for HTTP headers (key-value pairs with static lifetime strings)
pub struct Headers { /* private fields */ }