Expand description
WebAssembly transport implementation for browser-based WebSockets.
Modules§
- stream
- Sink/Stream split helpers for browser WebSocket connections.
Structs§
- Client
- Reusable WebSocket client created by
ClientBuilder. - Client
Builder - Builder for creating a WebSocket client.
- Connection
- WebSocket connection wrapper for browser WebSockets.
- Dangerous
Client Builder - Builder that can attempt to disable certificate verification.
Functions§
- connect
- Establish a browser WebSocket connection.