Expand description
A common WebTransport interface for browser and native. Write once, run anywhere.
Users should utilise the traits from this crate directly for the most flexibility at the type level.
Modules§
- The base WebTransport operations definitions.
- Operations that have the endpoint as the subject.
- A prelude of the ferquently used types.
- Operations that have the session as the subject.
- Operations on the WebTransport streams.
- Utilitites for the WebTransport streams.
- Useful utilities.
Traits§
- Connection
Deprecated An backward-compatConnection
trait.