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

#466 in HTTP client

Download history 29/week @ 2023-11-23 14/week @ 2023-11-30 19/week @ 2023-12-07 32/week @ 2023-12-14 26/week @ 2023-12-21 16/week @ 2023-12-28 22/week @ 2024-01-04 44/week @ 2024-01-11 43/week @ 2024-01-18 101/week @ 2024-01-25 155/week @ 2024-02-01 173/week @ 2024-02-08 121/week @ 2024-02-15 205/week @ 2024-02-22 185/week @ 2024-02-29 75/week @ 2024-03-07

622 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–20MB
~321K SLoC