fetch 0.16.1

HTTP client with resilience, observability, and Tokio runtime support.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Longer-form documentation for [`fetch`](crate).
//!
//! See also the [`http_extensions` recipes](https://docs.rs/http_extensions/latest/http_extensions/_documentation/recipes/).

pub mod examples;
pub mod telemetry;