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: stringServer private key in PEM format #cert: stringCert 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: stringServer private key in PEM format #cert: stringCert chain in PEM format