pub fn line_fold(header_name: &str, value: &str) -> StringExpand description
Apply obsolete line folding (RFC 7230 §3.2.4).
The header value is split across two lines with a continuation marker (CRLF followed by a space or tab). This is obsolete but many servers still accept it, while WAFs often do not reassemble folded headers.