Cargo Features

async-http-client-lite has no features set by default.

[dependencies]
async-http-client-lite = { version = "0.1.0", features = ["tls", "tls__async_tls", "tls__async_native_tls", "http_tunnel", "http_tunnel__async_http1_lite", "h1__async_http1_lite", "ws__async_tungstenite", "connector", "connector__async_net", "connector__async_std"] }
tls tls__async_native_tls? tls__async_tls?

Enables unionable_client of async-stream-tls-upgrader

tls__async_tls = tls

Enables async_tls_client of async-stream-tls-upgrader

tls__async_native_tls = tls

Enables async_native_tls_client of async-stream-tls-upgrader

http_tunnel http_tunnel__async_http1_lite?

Enables unionable_client of async-stream-http-tunnel-grader

http_tunnel__async_http1_lite = http_tunnel

Enables async_http1_lite_client of async-stream-http-tunnel-grader

h1__async_http1_lite = async-http1-lite
ws__async_tungstenite = async-tungstenite
connector connector__async_net? connector__async_std? = async-trait

Affects async-http-client-lite::connector

connector__async_net = async-net, connector

Affects async-http-client-lite::async_net_connector

connector__async_std = async-std, connector

Affects async-http-client-lite::async_std_connector

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-stream-tls-upgrader tls? tls__async_native_tls? tls__async_tls?
async-http1-lite h1__async_http1_lite?

Enables async-http1-lite ^0.1

async-tungstenite ws__async_tungstenite?

Enables async-tungstenite ^0.8

async-trait connector?
async-net connector__async_net?

Enables async-net ^0.1

async-std connector__async_std?