//! The HTTP client may vary depending on which one the user configures. This
//! module contains the required logic to use different clients interchangeably.
// Disable all modules when both client features are enabled or when none are.
// This way only the compile error below gets shown instead of a whole list of
// confusing errors..
pub use ;
pub use ;