without_handshake

Function without_handshake 

Source
pub(crate) async fn without_handshake<F, S>(
    stream: S,
    f: F,
) -> WebSocketStream<S>