Module connection

Module connection 

Source
Expand description

A persistent websocket connection after the handshake phase, represented as a Sender and Receiver pair.

Structs§

Builder
A connection builder.
CloseReason
Reason for closing the connection.
Receiver
The receiving half of a connection.
Sender
The sending half of a connection.

Enums§

Error
Errors which may occur when sending or receiving messages.
Mode
Is the connection used by a client or server?