// SPDX-FileCopyrightText: 2026 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
// SPDX-FileContributor: Ben Ford <ben.ford@kdab.com>
//
// SPDX-License-Identifier: MIT OR Apache-2.0
use Client;
use ;
use TempDir;
/// Download a file into a temporary directory over HTTP.
/// Currently, has no error handling, and will crash on any errors.
/// On my machine, runs about twice as long as wget (34 seconds compared to 17)
pub