DenoDeno.QuicListenOptionsinterface Deno.QuicListenOptionsextends QuicServerTransportOptionsunstableProperties ##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
interface Deno.QuicListenOptionsextends QuicServerTransportOptionsunstableProperties ##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