isahc 0.8.2

The practical HTTP client that is fun to use.
Documentation
.PHONY: build
build:
	cargo build

.PHONY: test
test:
	cargo test

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