4 releases
| 0.2.3 | May 30, 2021 |
|---|---|
| 0.2.2 | May 29, 2021 |
| 0.1.3 | May 27, 2021 |
| 0.1.0 |
|
#51 in #universal
239 downloads per month
Used in 4 crates
(2 directly)
29KB
547 lines
Universal HTTP Client Interface for Rust
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.
Dependencies
~3–21MB
~320K SLoC