awc 3.1.1

Async HTTP and WebSocket client library
Documentation

awc

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 13 feature flags, 6 of them enabled by default.

default

  • compress-brotli
  • compress-gzip
  • compress-zstd
  • cookies

compress-brotli

  • actix-http/compress-brotli
  • __compress

compress-gzip

  • actix-http/compress-gzip
  • __compress

compress-zstd

  • actix-http/compress-zstd
  • __compress

cookies

  • cookie
  • dep:cookie

openssl

  • tls-openssl
  • actix-tls/openssl

rustls

  • tls-rustls
  • actix-tls/rustls

tls-openssl

  • dep:tls-openssl

tls-rustls

  • dep:tls-rustls

trust-dns-resolver

  • dep:trust-dns-resolver

trust-dns

  • trust-dns-resolver

dangerous-h2c

    This feature flag does not enable additional features.