1 2 3 4 5 6 7 8 9
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. //! Longer-form documentation for [`fetch`](crate). pub mod examples; pub mod telemetry; pub use http_extensions::_documentation::recipes as http_recipes;