Skip to main content

Module fetch

Module fetch 

Source
Expand description

Download strategies and fetch implementations.

Re-exports§

pub use batch::BatchDownloadJob;
pub use batch::BatchFetcher;
pub use batch::BatchOptions;
pub use conditional::ConditionalFetcher;
pub use conditional::ConditionalOptions;
pub use conditional::RemoteMetadata;
pub use fetcher::FetchReceipt;
pub use fetcher::FetchSource;
pub use fetcher::Fetcher;
pub use multi_source::MultiSourceFetcher;
pub use resumable::DownloadCheckpoint;
pub use resumable::ResumableFetcher;
pub use segmented::SegmentedFetcher;
pub use segmented::SegmentedOptions;

Modules§

batch
Batch download functionality.
conditional
Conditional download functionality.
fetcher
multi_source
Multi-source download functionality.
resumable
Resumable download functionality.
segmented
Segmented download functionality.