ic_http_certification/http/
header_field.rs

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