Module file_downloader

Source
Expand description

File downloader module.

This module provides the necessary abstractions to download files from different sources.

Structs§

FileDownloadRetryPolicy
Policy for retrying file downloads.
HttpFileDownloader
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
FileDownloaderUri
A file downloader URI

Traits§

FileDownloader
A file downloader