Crate libp2p_websocket

Source
Expand description

Implementation of the libp2p Transport trait for Websockets.

Modules§

error
framed
tls

Structs§

BytesConnection
The websocket connection.
WsConfig
A Websocket transport.

Type Aliases§

InnerFuture
Type alias corresponding to framed::WsConfig::Dial and framed::WsConfig::ListenerUpgrade.
WrapperFn
Function type that wraps a websocket connection (see. wrap_connection).