4 releases

0.2.3 May 30, 2021
0.2.2 May 29, 2021
0.1.3 May 27, 2021
0.1.0 Mar 28, 2021

#513 in HTTP client

Download history 23/week @ 2024-01-05 46/week @ 2024-01-12 83/week @ 2024-01-19 83/week @ 2024-01-26 168/week @ 2024-02-02 170/week @ 2024-02-09 101/week @ 2024-02-16 300/week @ 2024-02-23 91/week @ 2024-03-01 118/week @ 2024-03-08 67/week @ 2024-03-15 80/week @ 2024-03-22 121/week @ 2024-03-29 133/week @ 2024-04-05 49/week @ 2024-04-12 90/week @ 2024-04-19

402 downloads per month
Used in 6 crates (3 directly)

MIT license

29KB
547 lines

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.


lib.rs:

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.

Dependencies

~2–19MB
~313K SLoC