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

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.