//! Minimal async HTTP client utilities for the workflow-rs workspace,
//! providing simple GET helpers that work on both native and wasm32 targets.
/// Error types returned by this crate.
/// Result type alias used throughout this crate.
cfg_if!
/// Re-exports the crate's commonly used types for convenient glob import.