1 2
/// An HTTP header field, represented as a tuple of (name, value). pub type HeaderField = (String, String);