net_traits::fetch::headers

Function collect_http_quoted_string

Source
fn collect_http_quoted_string(
    position: &mut Peekable<Chars<'_>>,
    extract_value: bool,
) -> String
Expand description