Function hyper_server::tls_rustls::bind_rustls
source · pub fn bind_rustls(
addr: SocketAddr,
config: RustlsConfig
) -> Server<RustlsAcceptor>
Available on crate feature
tls-rustls
only.Expand description
Create a tls server that will bind to provided address.