Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.ListenTlsOptions

interface ListenTlsOptions {
alpnProtocols?: string[];
}

§Properties

§
alpnProtocols?: string[]
[src]

UNSTABLE: new API, yet to be vetted.

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