Skip to main content

Module http

Module http 

Source
Expand description

HTTP file downloads via curl or wget.

Shells out to curl/wget because TLS in pure std is impractical without crates, and these tools are ubiquitous (curl ships with Windows 10+).

Functionsยง

download_file
Download a file from url to dest, showing progress on the terminal.