[−][src]Module tungstenite::client
Methods to connect to an WebSocket as a client.
Functions
client | Do the client handshake over the given stream. |
client_with_config | Do the client handshake over the given stream given a web socket configuration. Passing |
connect | Connect to the given WebSocket in blocking mode. |
connect_with_config | Connect to the given WebSocket in blocking mode. |
url_mode | Get the mode of the given URL. |
Type Definitions
AutoStream | TLS support is nod compiled in, this is just standard |