Expand description
HTTP download and checksum helpers.
Functionsยง
- download
- Downloads
urltodest, following redirects. - download_
verified - Downloads
urlto a temporary file, verifies its SHA-256 checksum, then moves it todest. - verify_
sha256 - Verifies the SHA-256 checksum of
fileagainstexpected.