Skip to main content
Deno.QuicListenOptions - Deno documentation
interface Deno.QuicListenOptions
Unstable

Properties

alpnProtocols: string[]

Application-Layer Protocol Negotiation (ALPN) protocols to announce to the client. QUIC requires the use of ALPN.

key: string

Server private key in PEM format

cert: string

Cert chain in PEM format

Back to top