Crate socky

Source

Re-exports§

pub use async_tungstenite::tungstenite;

Modules§

errors

Structs§

ClientRequestBuilder
Builder for a custom IntoClientRequest with options to add custom additional headers and sub protocols.
ConnectionRequest
WebSocket Connection builder. You should start here
ConnectionRequestBuilder
Use builder syntax to set the inputs and finish with build().
WebSocket

Enums§

Message
An enum representing the various forms of a WebSocket message.

Traits§

IntoClientRequest
Trait for converting various types into HTTP requests used for a client connection.

Type Aliases§

Request
Client request type.