Module network

Module network 

Source

Modules§

download 🔒
error 🔒

Enums§

DownloadError

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.

Type Aliases§

BoxError
Client
Blocking HTTP client used by the download helpers.
Result