pub fn trailing_space(header_name: &str, value: &str) -> StringExpand description
Add a trailing space before the colon separator.
Content-Type : value — some parsers strip the space, making this
equivalent. WAFs that expect Name: or Name: without extra space
in the header name field may fail to match.