Crate xwt_web_sys
source ·Expand description
The web_wt_sys
-powered implementation of xwt_core
.
Re-exports§
pub use web_sys;
pub use web_wt_sys;
pub use xwt_core as core;
Structs§
- Hash of a server certificate which the transport can connect to.
- Connecting represents the transient connection state when the
web_wt_sys::WebTransport
has been created but is not ready yet. - An endpoint for the xwt.
- A generic error encapsulating a JS-land value.
- Recv the data from a WebTransport stream.
- Send the data into a WebTransport stream.
- Session holds the
web_wt_sys::WebTransport
and is responsible for providing access to the Web API of WebTransport in a way that is portable. It also holds handles to the datagram reader and writer, as well as the datagram reader state. - Options for configuring the transport.
Enums§
- The application’s preference that the congestion control algorithm used when sending data over this connection be tuned for either throughput or low-latency.
- Algorithm used to verify the hash.