Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.ListenTlsOptions
implements TcpListenOptions

Properties

optional
transport: "tcp"
optional
alpnProtocols: string[]

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