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

pub fn from_comma_delimited<T>(raw: &Raw) -> Result<Vec<T>, Error> where
    T: FromStr

Reads a comma-delimited raw header into a Vec.