Module http

Module http 

Source
Expand description

HTTP download and checksum helpers.

Functionsยง

download
Downloads url to dest, following redirects.
download_verified
Downloads url to a temporary file, verifies its SHA-256 checksum, then moves it to dest.
verify_sha256
Verifies the SHA-256 checksum of file against expected.