//! HTTP clients for upstream services.
//!
//! Each module here is a thin async client around `reqwest` (with an
//! ETag-aware cache layer). See ADR-0005 for the federation policy.
pub use Client as DepsDevClient;
pub use Client as OsvClient;
pub use Client as ScorecardClient;