pub async fn connect<RW>(stream: RW, req: Request) -> Result<Response>where RW: Read + Write + Send + Sync + Unpin + 'static,
Opens an HTTP/1.1 connection to a remote host.