Cargo Features

http-api-isahc-client has no features set by default.

[dependencies]
http-api-isahc-client = { version = "0.2.2", features = ["with-sleep-via-tokio", "with-sleep-via-async-timer", "with-sleep-via-async-io"] }
with-sleep-via-tokio

Enables impl_tokio of async-sleep

with-sleep-via-async-timer

Enables impl_async_timer of async-sleep

with-sleep-via-async-io

Enables impl_async_io of async-sleep

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-sleep with-sleep-via-async-io? with-sleep-via-async-timer? with-sleep-via-tokio?