pub async fn proxy( url: String, req: Request<Incoming>, fetch: Arc<Fetch>, ) -> Result<Response<Full<Bytes>>, Error>