Cargo Features

httproxide-client-util has no features set by default.

[dependencies]
httproxide-client-util = { version = "0.2.0", features = ["unix", "https", "http2"] }
unix = hyperlocal
https = hyper-rustls, rustls
http2

Enables http2 of hyper-rustls ^0.24

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.

hyperlocal unix?

Enables httproxide-hyperlocal

hyper-rustls http2? https?

Enables hyper-rustls ^0.24

rustls https?

Enables rustls ^0.21