wyswill

Results 1 comments of wyswill

I modify this source file , path `src/toolchain/mod.rs:73` ```rust let client = reqwest::Client::builder() .proxy(reqwest::Proxy::https("http://127.0.0.1:20171")?) .build()?; let resp = client.get(&url).send().await?; let bytes = resp.bytes().await?; ``` is work on my pc