Module mithril_client::snapshot_downloader
source · Expand description
Snapshot tarball download and unpack mechanism.
The SnapshotDownloader trait abstracts how to download and unpack snapshots tarballs.
Snapshots locations can be of various kinds, right now we only support HTTP download (using the HttpSnapshotDownloader) but other types may be added in the future.
Structs§
- A snapshot downloader that only handles download through HTTP.
Traits§
- API that defines a snapshot downloader