// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Transport-related options for the fetch crate.
//!
//! This crate holds the configuration types used to tune transport behavior
//! (timeouts, connection pooling, retry policy, etc.) across the `fetch_*` family
//! of crates.