Re-exports§
pub use async_tungstenite::tungstenite;
Modules§
Structs§
- Client
Request Builder - Builder for a custom
IntoClientRequest
with options to add custom additional headers and sub protocols. - Connection
Request - WebSocket Connection builder. You should start here
- Connection
Request Builder - 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§
- Into
Client Request - Trait for converting various types into HTTP requests used for a client connection.
Type Aliases§
- Request
- Client request type.