deno.com

interface TLSSocketOptions

Properties #

#isServer: boolean | undefined
optional

If true the TLS socket will be instantiated in server-mode. Defaults to false.

#server: net.Server | undefined
optional

An optional net.Server instance.

#session: Buffer | undefined
optional

An optional Buffer instance containing a TLS session.

#requestOCSP: boolean | undefined
optional

If true, specifies that the OCSP status request extension will be added to the client hello and an 'OCSPResponse' event will be emitted on the socket before establishing a secure communication