pub async fn forward_to_upstream( state: &ProxyState, req: Request<Incoming>, ) -> Result<Response<Full<Bytes>>, String>
Forward an HTTP request to the upstream service and copy the response back as a hyper response.