actix-http 3.3.1

HTTP primitives for the Actix ecosystem
Documentation

actix-http

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

default

    This feature flag does not enable additional features.

ws

  • local-channel
  • base64
  • rand
  • sha1

compress-zstd

  • __compress
  • zstd

rustls

  • actix-tls/accept
  • actix-tls/rustls

openssl

  • actix-tls/accept
  • actix-tls/openssl

compress-gzip

  • __compress
  • flate2

compress-brotli

  • __compress
  • brotli

h2

  • dep:h2

http2

  • h2

local-channel

  • dep:local-channel

rand

  • dep:rand

base64

  • dep:base64

zstd

  • dep:zstd

actix-tls

  • dep:actix-tls

flate2

  • dep:flate2

brotli

  • dep:brotli

sha1

  • dep:sha1