The curl backend can already do it, but not the two hyper backends. It should just be a matter of threading the parameter through and setting the HTTP Range header.
Test by compiling with --features=rustls and RUSTUP_USE_HYPER / RUSTUP_USE_RUSTLS, and --verbose.
No way to actually write test cases for this though.
The curl backend can already do it, but not the two hyper backends. It should just be a matter of threading the parameter through and setting the HTTP Range header.
Test by compiling with
--features=rustlsandRUSTUP_USE_HYPER/RUSTUP_USE_RUSTLS, and--verbose.No way to actually write test cases for this though.