Function async_tungstenite::tokio::client_async_tls_with_connector

source ยท
pub async fn client_async_tls_with_connector<R, S>(
    request: R,
    stream: S,
    connector: Option<TlsConnector>,
) -> Result<(WebSocketStream<ClientStream<S>>, Response), Error>
Expand description

Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given connector.