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