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::Dialandframed::Config::ListenerUpgrade. - Wrapper
Fn - Function type that wraps a websocket connection (see.
wrap_connection). - WsConfig
Deprecated - A Websocket transport.