axum_server

Function bind_rustls

source
pub fn bind_rustls(
    addr: SocketAddr,
    config: RustlsConfig,
) -> Server<RustlsAcceptor>
Expand description

Create a tls server that will bind to provided address.