[][src]Function async_h1::client::connect

pub async fn connect<RW>(__arg0: RW, req: Request) -> Result<Response> where
    RW: Read + Write + Send + Sync + Unpin + 'static, 

Opens an HTTP/1.1 connection to a remote host.