Skip to main content

interface Deno.ListenTlsOptions

Options which can be set when opening a TLS listener via Deno.listenTls.

Properties #

#transport: "tcp"
optional

The transport layer protocol to use.

#alpnProtocols: string[]
optional

Application-Layer Protocol Negotiation (ALPN) protocols to announce to the client. If not specified, no ALPN extension will be included in the TLS handshake.

Did you find what you needed?

Privacy policy