Expand description
File downloader module.
This module provides the necessary abstractions to download files from different sources.
Structs§
- Policy for retrying file downloads.
- A file downloader that only handles download through HTTP.
- RetryDownloader is a wrapper around FileDownloader that retries downloading a file if it fails.
Enums§
- A download event
- A file downloader URI
Traits§
- A file downloader