pub type Header { ContentType(ContentType) Custom(name: String, value: String) Raw(String) }
ContentType(ContentType)
Custom(name: String, value: String)
Raw(String)
pub fn to_string(header: Header) -> String