Type Alias Header

Source
pub type Header<'a> = (&'a str, &'a str);
Expand description

Coveneince wrapper for a tuple of (key: &str, value: &str) that is to be sent as a HTTP header.