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 ^0.12.4

http2

Enables http2 of reqwest ^0.12.4

native-tls

Enables native-tls of reqwest ^0.12.4

native-tls-alpn

Enables native-tls-alpn of reqwest ^0.12.4

native-tls-vendored

Enables native-tls-vendored of reqwest ^0.12.4

rustls-tls

Enables rustls-tls of reqwest ^0.12.4

rustls-tls-no-provider

Enables rustls-tls-no-provider of reqwest ^0.12.4

rustls-tls-manual-roots

Enables rustls-tls-manual-roots of reqwest ^0.12.4

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of reqwest ^0.12.4

rustls-tls-native-roots

Enables rustls-tls-native-roots of reqwest ^0.12.4

rustls-tls-manual-roots-no-provider

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

charset

Enables charset of reqwest ^0.12.4

cookies

Enables cookies of reqwest ^0.12.4

gzip

Enables gzip of reqwest ^0.12.4

brotli

Enables brotli of reqwest ^0.12.4

zstd

Enables zstd of reqwest ^0.12.4

deflate

Enables deflate of reqwest ^0.12.4

hickory-dns

Enables hickory-dns of reqwest ^0.12.4

socks

Enables socks of reqwest ^0.12.4

macos-system-configuration

Use the system's proxy configuration.

Enables macos-system-configuration of reqwest ^0.12.4