//! This module provides various HTTP(S) request utilities, everything is based on
//! async reqwest with tokio.
use OnceCell;
use ;
/// The user agent to be used on each HTTP request.
pub const USER_AGENT: &str = concat!;
/// Get a new client builder for async HTTP(S) requests.
/// Return the singleton instance for the HTTP client to be used internally by PMC.