Module websocket::client::sync

source ·
Expand description

Contains the WebSocket client.

Re-exports

pub use receiver::Reader;
pub use sender::Writer;

Structs

Represents a WebSocket client, which can send and receive messages/data frames.