pub async fn proxy_request(
runtime: &HttpRuntime,
upstream: &Url,
method: &Method,
uri: &Uri,
headers: &HeaderMap,
body_bytes: &[u8],
matched: &MatchedOperation<'_>,
) -> ResponseExpand description
Proxy a request to the upstream server and validate the response.