Module download

Module download 

Source

Structsยง

TempFileGuard ๐Ÿ”’

Constantsยง

DOWNLOAD_CONNECT_TIMEOUT_SECS ๐Ÿ”’
DOWNLOAD_READ_BUFFER_SIZE ๐Ÿ”’
DOWNLOAD_REQUEST_TIMEOUT_SECS ๐Ÿ”’
DOWNLOAD_WRITE_BUFFER_SIZE ๐Ÿ”’
PROGRESS_REPORT_INTERVAL ๐Ÿ”’

Functionsยง

build_client
Builds the shared blocking HTTP client for downloads.
download_url_to_temp_file
Streams url into temp_path.
installer_filename
Returns the last URL path segment or download.bin when the URL does not expose one.
is_7z_path
Returns true when the URL path ends in .7z, ignoring query and fragment parts.
is_zip_path
Returns true when the URL path ends in .zip, ignoring query and fragment parts.
last_path_segment ๐Ÿ”’
validate_download_size ๐Ÿ”’
Validates the streamed byte count against Content-Length when the server reports one.

Type Aliasesยง

Client
Blocking HTTP client used by the download helpers.