Crate actix_tls[][src]

Expand description

TLS acceptor services for Actix ecosystem.

Crate Features

  • openssl - TLS acceptor using the openssl crate.
  • rustls - TLS acceptor using the rustls crate.
  • nativetls - TLS acceptor using the native-tls crate.

Modules

Enums

TLS error combined with service error.

Functions

Sets the maximum per-worker concurrent TLS connection limit.