uclient

Crates.iouclient
lib.rsuclient
version0.2.3
sourcesrc
created_at2021-03-28 14:06:33.988518
updated_at2021-05-30 09:32:50.411409
descriptionUniversal HTTP client for Rust
homepage
repositoryhttps://github.com/fMeow/uclient
max_upload_size
id374664
size110,366
fMeow (fMeow)

documentation

https://docs.rs/uclient

README

Universal HTTP Client Interface for Rust

uclient seeks to provide a unified interface for http client in rust.

Build Status MIT licensed Crates.io uclient

Feature gates are used to conditionally enable specific http ecosystem. Currently reqwest(both blocking and async) and surf(async only) are supported out of the box.

But it's possible to incorporate custom ecosystem. See examples/custom_client.rs.

Commit count: 34

cargo fmt