Function net_traits::trim_http_whitespace
source · pub fn trim_http_whitespace(slice: &[u8]) -> &[u8] ⓘ
Expand description
Normalize slice
, as defined by
the Fetch Spec.
pub fn trim_http_whitespace(slice: &[u8]) -> &[u8] ⓘ
Normalize slice
, as defined by
the Fetch Spec.