Skip to main content

interface Deno.TlsConn

extends Conn<NetAddr>

A TLS-encrypted stream connection over an IP-based transport.

Methods #

Runs the client or server handshake protocol to completion if that has not happened yet. Calling this method is optional; the TLS handshake will be completed automatically as soon as data is sent or received.

Did you find what you needed?

Privacy policy