Function async_tungstenite::tokio::connect_async
source ยท pub async fn connect_async<R>(
request: R,
) -> Result<(WebSocketStream<ConnectStream>, Response), Error>where
R: IntoClientRequest + Unpin,
Expand description
Connect to a given URL.