Skip to main content

forward_response

Function forward_response 

Source
pub async fn forward_response(
    response: Response,
) -> Result<Response<Body>, ProxyHttpError>
Expand description

Forward an upstream response body verbatim, preserving status and content-type.