/third_party/node/test/parallel/ |
D | test-tls-socket-constructor-alpn-options-parsing.js | 13 ALPNProtocols: ['http/1.1'], property 29 ALPNProtocols: ['http/1.1'], property 43 ALPNProtocols: ['h2', 'http/1.1'] property
|
D | test-tls-alpn-server-client.js | 63 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
|
D | test-https-argument-of-creating.js | 15 const opts = { foo: 'bar', ALPNProtocols: [ 'http/1.1' ] }; property 19 assert.deepStrictEqual(opts, { foo: 'bar', ALPNProtocols: [ 'http/1.1' ] }); property
|
D | test-http2-server-startup.js | 86 ALPNProtocols: ['h2'] property 111 ALPNProtocols: ['h2'] property
|
D | test-http2-server-unknown-protocol.js | 31 ALPNProtocols: ['bogus'] property
|
D | test-http2-connect-tls-with-delay.js | 22 ALPNProtocols: ['h2'], property
|
D | test-http2-client-jsstream-destroy.js | 41 ALPNProtocols: ['h2'] property
|
D | test-http2-connect.js | 98 ALPNProtocols: ['h2'], property
|
D | test-http2-https-fallback.js | 151 tls(Object.assign({ port, ALPNProtocols: ['fake'] }, clientOptions)) property
|
/third_party/node/lib/ |
D | _tls_wrap.js | 1077 ALPNProtocols: this.ALPNProtocols, property 1616 ALPNProtocols: options.ALPNProtocols, property
|