Function async_tungstenite::tokio::connect_async_with_tls_connector

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

Connect to a given URL using the provided TLS connector.