pub fn quote_header_value<'a>(value: impl Into<Cow<'a, str>>) -> Cow<'a, str>
Expand description

Conditionally quotes and escapes a header value if the header value contains a comma or quote.