Expand description
Shared download logic between HttpRegistry
and RemoteRegistry
.
Constantsยง
- CHECKSUM_
TEMPLATE ๐ - CRATE_
TEMPLATE ๐ - LOWER_
PREFIX_ ๐TEMPLATE - PREFIX_
TEMPLATE ๐ - VERSION_
TEMPLATE ๐
Functionsยง
- download ๐
- Checks if
pkg
is downloaded and ready under the directory atcache_path
. If not, returns a URL to download it from. - finish_
download ๐ - Verifies the integrity of
data
withchecksum
and persists it under the directory atcache_path
. - is_
crate_ ๐downloaded - Checks if a tarball of
pkg
has been already downloaded under the directory atcache_path
.