isahc 2.0.1

The practical HTTP client that is fun to use.
Documentation
1
2
3
4
5
6
7
8
9
[tools]
cargo-binstall = "latest"

[tools."cargo:cargo-nextest"]
version = "latest"
dependencies = ["cargo-binstall"]

[tasks.test]
run = "cargo nextest run"