pub async fn forward_request(
__arg0: State<ProxyState>,
req: Request<Body>,
upstream_base: &str,
default_path: &str,
compress_body: CompressFn,
provider_label: &str,
extra_stream_types: &[&str],
) -> Result<Response, StatusCode>