ic-http-certification 3.2.0

Certification for HTTP responses for the Internet Computer
Documentation
1
2
/// An HTTP header field, represented as a tuple of (name, value).
pub type HeaderField = (String, String);