pub async fn client_async_tls<R, S>(
    request: R,
    stream: S
) -> Result<(WebSocketStream<MaybeTlsStream<S>>, Response), Error>
Expand description

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