pub fn read_header<R>(reader: &mut R) -> WebSocketResult<DataFrameHeader> where
    R: Read
Expand description

Reads a data frame header.