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