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

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

Reads a single raw string when parsing a header.