With reqwest you can use a proxy server like this:
let client = reqwest::Client::builder()? .proxy(reqwest::Proxy::http("https://my.proxy.local:1080"