Crates.io | uclient |
lib.rs | uclient |
version | 0.2.3 |
source | src |
created_at | 2021-03-28 14:06:33.988518 |
updated_at | 2021-05-30 09:32:50.411409 |
description | Universal HTTP client for Rust |
homepage | |
repository | https://github.com/fMeow/uclient |
max_upload_size | |
id | 374664 |
size | 110,366 |
uclient
seeks to provide a unified interface for http client in rust.
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
.