Crate websocket

Source
Available on crate feature websocket and non-WebAssembly only.
Expand description

Implementation of the libp2p Transport trait for Websockets.

Modules§

error
framed
tls

Structs§

BytesConnection
The websocket connection.
Config

Type Aliases§

InnerFuture
Type alias corresponding to framed::Config::Dial and framed::Config::ListenerUpgrade.
WrapperFn
Function type that wraps a websocket connection (see. wrap_connection).
WsConfigDeprecated
A Websocket transport.