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