Available on crate feature
websocket
and non-WebAssembly only.Expand description
Implementation of the libp2p Transport
trait for Websockets.
Modules§
Structs§
- The websocket connection.
- A Websocket transport.
Type Aliases§
- Type alias corresponding to
framed::WsConfig::Dial
andframed::WsConfig::ListenerUpgrade
. - Function type that wraps a websocket connection (see.
wrap_connection
).