pub unsafe extern "C" fn aws_websocket_is_data_frame(
    opcode: u8
) -> bool
Expand description

Return true if opcode is for a data frame, false if opcode if for a control frame.