fetch_options 0.1.0

Transport-related options for the fetch crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(html_logo_url = "https://media.githubusercontent.com/media/microsoft/oxidizer/refs/heads/main/crates/fetch_options/logo.png")]
#![doc(html_favicon_url = "https://media.githubusercontent.com/media/microsoft/oxidizer/refs/heads/main/crates/fetch_options/favicon.ico")]

//! 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.