Skip to main content

Module conditional

Module conditional 

Source
Expand description

Conditional download functionality.

This module provides the ability to conditionally download files based on ETag and Last-Modified headers, avoiding unnecessary downloads when the remote file hasn’t changed.

Structs§

ConditionalFetcher
Conditional fetcher that checks ETag/Last-Modified before downloading.
ConditionalOptions
Conditional download configuration.
RemoteMetadata
Metadata about a remote file for conditional requests.