pub async fn call(
    client_ip: IpAddr,
    forward_uri: &str,
    request: Request<Body>
) -> Result<Response<Body>, ProxyError>