axum_server

Function from_tcp_rustls

source
pub fn from_tcp_rustls(
    listener: TcpListener,
    config: RustlsConfig,
) -> Server<RustlsAcceptor>
Expand description

Create a tls server from existing std::net::TcpListener.