Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
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-tls-alpn-server-client.js63 ALPNProtocols: ['a', 'b', 'c'], property
67 ALPNProtocols: ['a', 'b', 'c'], property
69 ALPNProtocols: ['c', 'b', 'e'], property
71 ALPNProtocols: ['first-priority-unsupported', 'x', 'y'], property
95 ALPNProtocols: ['a', 'b', 'c'], property
125 ALPNProtocols: ['c', 'b', 'e'], property
127 ALPNProtocols: ['first-priority-unsupported', 'x', 'y'], property
Dtest-https-argument-of-creating.js15 const opts = { foo: 'bar', ALPNProtocols: [ 'http/1.1' ] }; property
19 assert.deepStrictEqual(opts, { foo: 'bar', ALPNProtocols: [ 'http/1.1' ] }); property
Dtest-http2-server-startup.js86 ALPNProtocols: ['h2'] property
111 ALPNProtocols: ['h2'] property
Dtest-http2-server-unknown-protocol.js31 ALPNProtocols: ['bogus'] property
Dtest-http2-connect-tls-with-delay.js22 ALPNProtocols: ['h2'], property
Dtest-http2-client-jsstream-destroy.js41 ALPNProtocols: ['h2'] property
Dtest-http2-connect.js98 ALPNProtocols: ['h2'], property
Dtest-http2-https-fallback.js151 tls(Object.assign({ port, ALPNProtocols: ['fake'] }, clientOptions)) property
/third_party/node/lib/
D_tls_wrap.js1077 ALPNProtocols: this.ALPNProtocols, property
1616 ALPNProtocols: options.ALPNProtocols, property