actix-web 4.0.0-rc.2

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation

actix-web

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

default

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

macros

  • actix-macros
  • actix-web-codegen

compress-brotli

  • actix-http/compress-brotli
  • __compress

compress-gzip

  • actix-http/compress-gzip
  • __compress

compress-zstd

  • actix-http/compress-zstd
  • __compress

cookies

  • cookie

actix-macros

    This feature flag does not enable additional features.

actix-web-codegen

    This feature flag does not enable additional features.

    This feature flag does not enable additional features.

rustls

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

openssl

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

secure-cookies

  • cookies
  • cookie/secure

experimental-io-uring

  • actix-server/io-uring

actix-tls

    This feature flag does not enable additional features.