Module download

Module download 

Source
Expand description

Download and verification helpers for installer payloads.

This module owns the network-specific half of the install flow. It creates the dedicated installer HTTP client, streams the selected installer into a temporary file, and finalizes the file only after checksum verification has passed.

The higher-level orchestration code uses these helpers as a single phase with well-defined cleanup behavior: temporary files are removed on failure and the caller receives any tolerated legacy checksum algorithms for reporting.

Enumsยง

Verification ๐Ÿ”’

Constantsยง

CATALOG_USER_AGENT ๐Ÿ”’

Functionsยง

build_client
Build the HTTP client used for installer downloads.
download_installer
Download an installer into a temporary file and verify it before finalizing.
verify_strategy ๐Ÿ”’