Home
last modified time | relevance | path

Searched refs:httpVersion (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-https-fallback.js25 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');
Dtest-http2-https-fallback-http-server-options.js21 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');
Dtest-http-response-no-headers.js34 function test(httpVersion, callback) { argument
36 const reply = `HTTP/${httpVersion} 200 OK\r\n\r\n${expected[httpVersion]}`;
56 assert.strictEqual(body, expected[httpVersion]);
Dtest-http-1.0.js61 assert.strictEqual(req.httpVersion, '1.0');
89 assert.strictEqual(req.httpVersion, '1.0');
125 assert.strictEqual(req.httpVersion, '1.1');
Dtest-http2-compat-serverrequest.js22 assert.strictEqual(request.httpVersion, expected.version);
Dtest-http-information-headers.js36 assert.strictEqual(res.httpVersion, '1.1');
/third_party/node/deps/npm/node_modules/unzip-response/
Dindex.js14 stream.httpVersion = res.httpVersion;
/third_party/node/deps/npm/node_modules/http-signature/lib/
Dsigner.js292 assert.optionalString(options.httpVersion, 'options.httpVersion');
298 if (!options.httpVersion)
299 options.httpVersion = '1.1';
323 options.httpVersion;
Dparser.js257 request.method + ' ' + request.url + ' HTTP/' + request.httpVersion;
/third_party/node/deps/npm/node_modules/request/lib/
Dhar.js124 har.httpVersion = har.httpVersion || 'HTTP/1.1'
/third_party/node/lib/
D_http_incoming.js59 this.httpVersion = null;
D_http_common.js100 incoming.httpVersion = `${versionMajor}.${versionMinor}`;
D_http_client.js618 httpVersion: res.httpVersion, property
/third_party/node/deps/npm/node_modules/form-data/lib/
Dform_data.js231 } else if (value.readable && value.hasOwnProperty('httpVersion')) {
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/test/
Dtest.js192 assert.equal('0.9', res.httpVersion);
/third_party/node/lib/internal/http2/
Dcompat.js358 get httpVersion() { getter in Http2ServerRequest
/third_party/node/deps/npm/node_modules/agent-base/test/
Dtest.js192 assert.equal('1.0', res.httpVersion);
/third_party/node/doc/api/
Dhttp2.md2956 const { socket: { alpnProtocol } } = req.httpVersion === '2.0' ?
2961 httpVersion: req.httpVersion
3088 #### `request.httpVersion`
Dhttp.md485 * `httpVersion` {string}
2025 ### `message.httpVersion`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md3033 * Add incoming.httpVersion