pub async fn connect_async<R>(
request: R,
) -> Result<(WebSocketStream<TcpStream>, Response<Option<Vec<u8>>>), Error>where
R: IntoClientRequest,Available on crate feature
ws only.Expand description
Connect to a given URL.
pub async fn connect_async<R>(
request: R,
) -> Result<(WebSocketStream<TcpStream>, Response<Option<Vec<u8>>>), Error>where
R: IntoClientRequest,ws only.Connect to a given URL.