Type Definition websocket_lite::Client

source · []
pub type Client<S> = Framed<S, MessageCodec>;
Expand description

Sends and receives WebSocket messages synchronously.