api-fetch 0.6.1

Alias for better-fetch — typed HTTP client on reqwest (same API, alternate crate name).
Documentation
1
2
3
4
5
6
//! # api-fetch
//!
//! This crate is an **alias** for [`better-fetch`](https://docs.rs/better-fetch): same types,
//! same API, alternate name on crates.io.

pub use better_fetch::*;