pub const fn bind_rustls(addr: SocketAddr, config: RustlsConfig) -> HttpsServerExpand description
Create an HTTPS server bound to the given SocketAddr using the provided RustlsConfig.
pub const fn bind_rustls(addr: SocketAddr, config: RustlsConfig) -> HttpsServerCreate an HTTPS server bound to the given SocketAddr using the provided RustlsConfig.