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