/third_party/node/test/parallel/ |
D | test-http2-https-fallback.js | 25 const { socket: { alpnProtocol } } = request.httpVersion === '2.0' ? 30 httpVersion: request.httpVersion property 51 const { alpnProtocol, httpVersion } = JSON.parse(raw); 53 strictEqual(httpVersion, '2.0'); 99 const { alpnProtocol, httpVersion } = JSON.parse(raw); 101 strictEqual(httpVersion, '1.1');
|
D | test-http2-https-fallback-http-server-options.js | 21 const { socket: { alpnProtocol } } = request.httpVersion === '2.0' ? 26 httpVersion: request.httpVersion, property 79 const { alpnProtocol, httpVersion, userAgent } = JSON.parse(raw); 81 assert.strictEqual(httpVersion, '1.1');
|
D | test-http-response-no-headers.js | 34 function test(httpVersion, callback) { argument 36 const reply = `HTTP/${httpVersion} 200 OK\r\n\r\n${expected[httpVersion]}`; 56 assert.strictEqual(body, expected[httpVersion]);
|
D | test-http-1.0.js | 61 assert.strictEqual(req.httpVersion, '1.0'); 89 assert.strictEqual(req.httpVersion, '1.0'); 125 assert.strictEqual(req.httpVersion, '1.1');
|
D | test-http2-compat-serverrequest.js | 22 assert.strictEqual(request.httpVersion, expected.version);
|
D | test-http-information-headers.js | 36 assert.strictEqual(res.httpVersion, '1.1');
|
/third_party/node/deps/npm/node_modules/unzip-response/ |
D | index.js | 14 stream.httpVersion = res.httpVersion;
|
/third_party/node/deps/npm/node_modules/http-signature/lib/ |
D | signer.js | 292 assert.optionalString(options.httpVersion, 'options.httpVersion'); 298 if (!options.httpVersion) 299 options.httpVersion = '1.1'; 323 options.httpVersion;
|
D | parser.js | 257 request.method + ' ' + request.url + ' HTTP/' + request.httpVersion;
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | har.js | 124 har.httpVersion = har.httpVersion || 'HTTP/1.1'
|
/third_party/node/lib/ |
D | _http_incoming.js | 59 this.httpVersion = null;
|
D | _http_common.js | 100 incoming.httpVersion = `${versionMajor}.${versionMinor}`;
|
D | _http_client.js | 618 httpVersion: res.httpVersion, property
|
/third_party/node/deps/npm/node_modules/form-data/lib/ |
D | form_data.js | 231 } else if (value.readable && value.hasOwnProperty('httpVersion')) {
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/test/ |
D | test.js | 192 assert.equal('0.9', res.httpVersion);
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 358 get httpVersion() { getter in Http2ServerRequest
|
/third_party/node/deps/npm/node_modules/agent-base/test/ |
D | test.js | 192 assert.equal('1.0', res.httpVersion);
|
/third_party/node/doc/api/ |
D | http2.md | 2956 const { socket: { alpnProtocol } } = req.httpVersion === '2.0' ? 2961 httpVersion: req.httpVersion 3088 #### `request.httpVersion`
|
D | http.md | 485 * `httpVersion` {string} 2025 ### `message.httpVersion`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 3033 * Add incoming.httpVersion
|