Function from_comma_delimited
pub fn from_comma_delimited<'i, I, T, E>(values: &mut I) -> Result<E, Error>Available on crate features
http and std only.Expand description
Reads a comma-delimited raw header into a Vec.