Function async_wsocket::connect

source ยท
pub async fn connect(
    url: &Url,
    _proxy: Option<SocketAddr>,
    timeout: Option<Duration>,
) -> Result<(Sink, Stream), Error>
Expand description

Connect

Proxy is ignored for WASM targets!