rama::http::headers::util::csv

Function from_comma_delimited

pub fn from_comma_delimited<'i, I, T, E>(values: &mut I) -> Result<E, Error>
where I: Iterator<Item = &'i HeaderValue>, T: FromStr, E: FromIterator<T>,
Expand description

Reads a comma-delimited raw header into a Vec.