Home
last modified time | relevance | path

Searched defs:ALPNProtocols (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-alpn-server-client.js71 ALPNProtocols: ['a', 'b', 'c'], property
75 ALPNProtocols: ['a', 'b', 'c'], property
77 ALPNProtocols: ['c', 'b', 'e'], property
79 ALPNProtocols: ['first-priority-unsupported', 'x', 'y'], property
103 ALPNProtocols: ['a', 'b', 'c'], property
133 ALPNProtocols: ['c', 'b', 'e'], property
135 ALPNProtocols: ['first-priority-unsupported', 'x', 'y'], property
185 ALPNProtocols: ['a', 'b', 'c'], property
187 ALPNProtocols: ['a'], property
211 ALPNProtocols: ['http/1', 'h2'], property
Dtest-tls-socket-constructor-alpn-options-parsing.js13 ALPNProtocols: ['http/1.1'], property
29 ALPNProtocols: ['http/1.1'], property
43 ALPNProtocols: ['h2', 'http/1.1'] property
Dtest-http2-client-connection-tunnelling.js20 ALPNProtocols: ['h2'] property
57 ALPNProtocols: ['h2'], property
Dtest-http2-server-startup.js86 ALPNProtocols: ['h2'] property
111 ALPNProtocols: ['h2'] property
Dtest-https-argument-of-creating.js17 ALPNProtocols: [ 'http/1.1' ], property
Dtest-http2-server-unknown-protocol.js31 ALPNProtocols: ['bogus'] property
Dtest-http2-connect-tls-with-delay.js22 ALPNProtocols: ['h2'], property
Dtest-double-tls-server.js90 ALPNProtocols: ['h2'], property
Dtest-http2-client-jsstream-destroy.js41 ALPNProtocols: ['h2'] property
Dtest-http2-connect.js98 ALPNProtocols: ['h2'], property
Dtest-http2-https-fallback.js153 tls(Object.assign({ port, ALPNProtocols: ['fake'] }, clientOptions)) property
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
Dindex.js66 ALPNProtocols: ['http/1.1'], property
/third_party/node/deps/undici/src/lib/core/
Dconnect.js105 ALPNProtocols: allowH2 ? ['http/1.1', 'h2'] : ['http/1.1'], property
/third_party/node/lib/
D_tls_wrap.js1220 ALPNProtocols: this.ALPNProtocols, property
1760 ALPNProtocols: options.ALPNProtocols, property
/third_party/node/deps/undici/
Dundici.js7692 ALPNProtocols: allowH2 ? ["http/1.1", "h2"] : ["http/1.1"], property