[−][src]Function reqwest::header::parsing::from_comma_delimited
pub fn from_comma_delimited<T>(raw: &Raw) -> Result<Vec<T>, Error> where
T: FromStr,
Reads a comma-delimited raw header into a Vec.
pub fn from_comma_delimited<T>(raw: &Raw) -> Result<Vec<T>, Error> where
T: FromStr,
Reads a comma-delimited raw header into a Vec.