reqwest 0.12.4

higher level HTTP client library
Documentation

reqwest

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 30 feature flags, 6 of them enabled by default.

default

  • default-tls
  • charset
  • http2
  • macos-system-configuration

default-tls

  • dep:hyper-tls
  • dep:native-tls-crate
  • __tls
  • dep:tokio-native-tls

charset

  • dep:encoding_rs

http2

  • h2
  • hyper/http2
  • hyper-util/http2

macos-system-configuration

  • dep:system-configuration

h2

  • dep:h2

blocking

  • futures-channel/sink
  • futures-util/io
  • futures-util/sink
  • tokio/rt-multi-thread
  • tokio/sync

gzip

  • dep:async-compression
  • async-compression?/gzip
  • dep:tokio-util

brotli

  • dep:async-compression
  • async-compression?/brotli
  • dep:tokio-util

zstd

  • dep:async-compression
  • async-compression?/zstd
  • dep:tokio-util

stream

  • tokio/fs
  • dep:tokio-util
  • dep:wasm-streams

deflate

  • dep:async-compression
  • async-compression?/zlib
  • dep:tokio-util

native-tls-alpn

  • native-tls
  • native-tls-crate?/alpn
  • hyper-tls?/alpn

rustls-tls-native-roots

  • dep:rustls-native-certs
  • __rustls

native-tls-vendored

  • native-tls
  • native-tls-crate?/vendored

rustls-tls-webpki-roots

  • dep:webpki-roots
  • __rustls

cookies

  • dep:cookie_crate
  • dep:cookie_store

h3-quinn

  • dep:h3-quinn

rustls-tls-manual-roots

  • __rustls

native-tls

  • default-tls

rustls-tls

  • rustls-tls-webpki-roots

h3

  • dep:h3

futures-channel

  • dep:futures-channel

multipart

  • dep:mime_guess

hickory-dns

  • dep:hickory-resolver

rustls-pki-types

  • dep:rustls-pki-types

quinn

  • dep:quinn

json

  • dep:serde_json

socks

  • dep:tokio-socks

trust-dns

    This feature flag does not enable additional features.