uclient 0.2.2

Universal HTTP client for Rust
docs.rs failed to build uclient-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: uclient-0.1.3

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.