Module download

Source
Expand description

Helpers for making various web requests with status reporting. These are primarily used for communicating with package registries.

Structs§

DownloadState
The current state of an in progress or finished download.
Downloader
A minimal https client for downloading various resources.
ProgressSink
An implementation of Progress with no-op reporting, i.e., reporting events are swallowed.

Traits§

Progress
Manages progress reporting for downloads.