pub async fn forward_response( response: Response, ) -> Result<Response<Body>, ProxyHttpError>
Forward an upstream response body verbatim, preserving status and content-type.