1 2 3 4 5
//! HTTP utilities for outbound requests. pub mod client; pub use client::build_ssrf_safe_client;