isahc 1.7.2

The practical HTTP client that is fun to use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
.PHONY: build
build:
	cargo build

.PHONY: test
test:
	cargo test

.PHONY: bench
bench:
	cargo bench -p isahc-benchmarks