actix_tls::accept

Module native_tls

source
Expand description

native-tls based TLS connection acceptor service.

See Acceptor for main service factory docs.

Modules§

  • Re-exports from native-tls that are useful for acceptors.

Structs§

  • Accept TLS connections via the native-tls crate.
  • Native-TLS based acceptor service.
  • Wraps a native-tls based async TLS stream in order to implement [ActixStream].