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