rusty-spotted-cat 0.1.2

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
7
8
.PHONY: test-e2e-local

test-e2e-local:
	cargo test --test download_test
	cargo test --test upload_test
	cargo test --test chunk_retry_test
	cargo test --test callback_panic_test
	cargo test --test download_protocol_validation_test