Expand description
native-tls based TLS connection acceptor service.
See Acceptor for main service factory docs.
Modules§
- Re-exports from
native-tlsthat are useful for acceptors.
Structs§
- Accept TLS connections via the
native-tlscrate. - Native-TLS based acceptor service.
- Wraps a
native-tlsbased async TLS stream in order to implement [ActixStream].