//! The HTTP client can be different and it is toggled during the configuration process of the crate
//! The default client will is th Reqwest client, in the case of none being selected.
//! If both are selected, a compiler error is raised.
// public re-export
pub use HttpClient;
pub use ReqwestError;
pub use ReqwestClient;