jaemk / self_update

Self updates for rust executables
MIT License
772 stars 66 forks source link

proxy support on windows 10 #45

Open surfer245 opened 4 years ago

surfer245 commented 4 years ago

Self update is not working on windows. I guess that support for https-proxy is missing?!

mainrs commented 4 years ago

I think this was related to #30, which got eventually merged.

mokeyish commented 2 days ago

It would be nice to integrate reqwest proxy:

https://docs.rs/reqwest/latest/reqwest/struct.Proxy.html