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
7
8
9
10
11
# api-fetch

Alias package for [`better-fetch`](https://crates.io/crates/better-fetch).

```toml
[dependencies]
api-fetch = "0.1"
# equivalent to: better-fetch = "0.1"
```

All items are re-exported from `better-fetch`.