Module websocket::client [] [src]

Contains the WebSocket client.

Reexports

pub use sender::Writer;
pub use receiver::Reader;
pub use self::builder::ClientBuilder;

Modules

builder

Everything you need to create a client connection to a websocket.

Structs

Client

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

Url

A parsed URL record.

Enums

ParseError

Errors that can occur during parsing.