Skip to main content

download_archive

Function download_archive 

Source
fn download_archive(url: &str, out: &mut File) -> Result<(), Report>
Expand description

Downloads one managed release archive to out.

Security constraints:

  • production code requires HTTPS URLs only;
  • redirects must remain HTTPS;
  • tests may use localhost HTTP endpoints.