uclient 0.1.0

Universal HTTP client for Rust
Documentation

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.