Function reqwest::header::parsing::from_comma_delimited [] [src]

pub fn from_comma_delimited<T, S>(raw: &[S]) -> Result<Vec<T>, Error> where S: AsRef<[u8]>, T: FromStr

Reads a comma-delimited raw header into a Vec.