normalize_header_value

Function normalize_header_value 

Source
pub fn normalize_header_value(value: &[u8]) -> Vec<u8> 
Available on crate feature unstable only.
Expand description

Normalizes a header value by trimming whitespace and converting multiple spaces to a single space.