moonbitlang/async/tls does not have a README file
impl Show for ConnectionClosedtype Tlsasync fn[Inner : Reader + Writer] Tls::client(inner : Inner, verify? : Bool, host? : String, sni? : Bool, trust? : TrustedRoot) -> Tlsasync fn[R : Reader, W : Writer] Tls::client_from_pair(r : R, w : W, verify? : Bool, host? : String, sni? : Bool, trust? : TrustedRoot) -> Tls#internal(internal, "do not use, for internal testing only")
async fn[Inner : Reader + Writer] Tls::server(inner : Inner, private_key_file~ : String, private_key_type~ : X509FileType, certificate_file~ : String, certificate_type~ : X509FileType) -> Tls#internal(internal, "do not use, for internal testing only")
async fn[R : Reader, W : Writer] Tls::server_from_pair(r : R, w : W, private_key_file~ : String, private_key_type~ : X509FileType, certificate_file~ : String, certificate_type~ : X509FileType) -> Tlspub(all) enum TrustedRoot {
NoVerification
SystemRoot
CustomPemFile(String)
}#internal(internal, "for internal use only")
fn rand_bytes(num : Int) -> Bytes raiseAsynchronous programming library for MoonBit