//! Async HTTP/HTTPS fetching stack.
//!
//! See [`simple::simple_get`] for one-shot requests and [`fetcher::Fetcher`] for the
//! full priority scheduler. Implement [`fetcher_context::FetcherContext`] to hook into
//! the fetch lifecycle, or use [`fetcher_context::NullContext`] if you don't need to.
/// In-process mock HTTP server, available to this crate's tests and — behind the
/// `test-support` cargo feature — to downstream integration tests and examples.
pub
pub