rustup currently supports a robust collection of HTTP backends: curl, hyper + native-tls and hyper + rustls. Add a fourth based on reqwest, making sure it has proxy and resume support. This will probably become the default backend.
It should be a matter of following the example in src/download, and adding RUSTUP_USE_REQWEST to src/utils/src/utils.rs.
cc #1181
rustup currently supports a robust collection of HTTP backends: curl, hyper + native-tls and hyper + rustls. Add a fourth based on reqwest, making sure it has proxy and resume support. This will probably become the default backend.
It should be a matter of following the example in src/download, and adding
RUSTUP_USE_REQWESTto src/utils/src/utils.rs.cc #1181