Module acceptor

Source
Expand description

TLS acceptor implementing hyper’s Accept trait.

Structs§

AcceptorBuilder
Builder for TlsAcceptor
TlsAcceptor
A TLS acceptor that can be used with hyper servers.
TlsStream
A TLS stream constructed by a TlsAcceptor.