generic-async-http-client 0.1.0

async HTTP(S) client
docs.rs failed to build generic-async-http-client-0.1.0
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: generic-async-http-client-0.5.1

A generic async HTTP request create.

It is meant to be a thin wrapper around various HTTP clients and handles TLS, serialisation and parsing.

The main goal is to allow binaries (that pull in some libraries that make use of a HTTP client) to specify what implementation should be used.

And if there is a Proxy. If not specified auto detection is performed by looking at HTTP_PROXY.

You need to specify via features what crates are used to the actual work.

  • hyper (and tokio)
  • async-h1 (and async-std)