Cargo Features

workflow-http has no features set by default.

[dependencies]
workflow-http = { version = "0.18.0", features = ["http2", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-no-provider", "rustls-tls-manual-roots", "rustls-tls-webpki-roots", "rustls-tls-native-roots", "rustls-tls-manual-roots-no-provider", "charset", "cookies", "gzip", "brotli", "zstd", "deflate", "hickory-dns", "socks", "macos-system-configuration"] }
default

These default features are set whenever workflow-http is added without default-features = false somewhere in the dependency tree.

Enables reqwest

http2

Enables http2 of reqwest

native-tls

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

native-tls-alpn

Enables native-tls-alpn of reqwest

native-tls-vendored

Enables native-tls-vendored of reqwest

rustls-tls

Enables rustls-tls of reqwest

rustls-tls-no-provider

Enables rustls-tls-no-provider of reqwest

rustls-tls-manual-roots

Enables rustls-tls-manual-roots of reqwest

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of reqwest

rustls-tls-native-roots

Enables rustls-tls-native-roots of reqwest

rustls-tls-manual-roots-no-provider

Enables rustls-tls-manual-roots-no-provider of reqwest

charset

Enables charset of reqwest

cookies

Enables cookies of reqwest

gzip

Enables gzip of reqwest

brotli

Enables brotli of reqwest

zstd

Enables zstd of reqwest

deflate

Enables deflate of reqwest

hickory-dns

Enables hickory-dns of reqwest

socks

Enables socks of reqwest

macos-system-configuration

Use the system's proxy configuration.

Enables macos-system-configuration of reqwest