fetch_options 0.1.0

Transport-related options for the fetch crate.
Documentation
<div align="center">
 <img src="./logo.png" alt="Fetch Options Logo" width="96">

# Fetch Options

[![crate.io](https://img.shields.io/crates/v/fetch_options.svg)](https://crates.io/crates/fetch_options)
[![docs.rs](https://docs.rs/fetch_options/badge.svg)](https://docs.rs/fetch_options)
[![MSRV](https://img.shields.io/crates/msrv/fetch_options)](https://crates.io/crates/fetch_options)
[![CI](https://github.com/microsoft/oxidizer/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/microsoft/oxidizer/actions/workflows/main.yml)
[![Coverage](https://codecov.io/gh/microsoft/oxidizer/graph/badge.svg?token=FCUG0EL5TI)](https://codecov.io/gh/microsoft/oxidizer)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
<a href="../.."><img src="../../logo.svg" alt="This crate was developed as part of the Oxidizer project" width="20"></a>

</div>

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.


<hr/>
<sub>
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/fetch_options">source code</a>.
</sub>