Expand description
The wtransport
-powered implementation of xwt_core
.
Re-exports§
pub use wtransport;
pub use xwt_core as core;
Modules§
- Conversions of the WebTransport error codes from and to the HTTP3 error codes.
Structs§
- The
wtransport::Connection
newtype. - The
wtransport::datagram::Datagram
newtype. - The
wtransport::Endpoint<Side>
newtype. - The
wtransport::endpoint::IncomingSession
newtype. - The
wtransport::stream::OpeningBiStream
newtype. - The
wtransport::stream::OpeningUniStream
newtype. - The
wtransport::RecvStream
newtype. - The
wtransport::SendStream
newtype. - The
wtransport::endpoint::SessionRequest
newtype. - The
u32
newtype.
Enums§
- The read error.
- The write error.
- An error that can occur while waiting for the write stream being aborted.
Type Aliases§
- Expose the
Session
as a type alias forConnection
, aswtransport
does not use the session terminology but it might be convenient for thexwt
users.