/*******************************************************************************
*
* Copyright (c) 2025 - 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! HTTP client module root.
pub use HttpClient;
pub use HttpClientFactory;
pub use coverage_exercise_factory_paths;
pub use coverage_exercise_request_log_url_fallback;