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