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