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