Expand description
Shared download logic between HttpRegistry and RemoteRegistry.
Constants
Functions
- download 🔒Checks if
pkgis downloaded and ready under the directory atcache_path. If not, returns a URL to download it from. - Verifies the integrity of
datawithchecksumand persists it under the directory atcache_path. - Checks if a tarball of
pkghas been already downloaded under the directory atcache_path.