[][src]Type Definition websocket_lite::Client

type Client<S> = Framed<S, MessageCodec>;

Sends and receives WebSocket messages synchronously.