async-http-client-lite

Crates.ioasync-http-client-lite
lib.rsasync-http-client-lite
version0.1.0
sourcesrc
created_at2020-07-31 15:52:17.845308
updated_at2020-08-09 08:23:40.856834
descriptionAsynchronous http client.
homepagehttps://github.com/bk-rs/async-http-client-lite
repositoryhttps://github.com/bk-rs/async-http-client-lite
max_upload_size
id271669
size35,941
vkill (vkill)

documentation

https://docs.rs/async-http-client-lite

README

async-http-client-lite

Examples

async_net

async_std

Dev

cargo test --all-features --all -- --nocapture && \
cargo clippy --all -- -D clippy::all && \
cargo fmt --all -- --check
cargo build-all-features
cargo test-all-features --all
cargo tarpaulin --all-features
Commit count: 3

cargo fmt