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 ๐