Expand description
WebTransport wrapper for WebAssembly.
Provides ergonomic Rust bindings around the browser WebTransport API.
Structs§
- Client
- Build a client with the given URL and options.
- Client
Builder - Builder wrapper for
WebTransportOptions. - Recv
Stream - A byte stream received from the remote peer.
- Send
Stream - A byte stream sent to the remote peer.
- Session
- A session represents a client-to-server connection.
Enums§
- Congestion
Control - The
WebTransportCongestionControlenum. - Error
- A WebTransport error classified by source.