Home
last modified time | relevance | path

Searched refs:httpVersionMajor (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-compat-serverrequest.js18 httpVersionMajor: 2, property
23 assert.strictEqual(request.httpVersionMajor, expected.httpVersionMajor);
Dtest-http-1.0.js62 assert.strictEqual(req.httpVersionMajor, 1);
90 assert.strictEqual(req.httpVersionMajor, 1);
126 assert.strictEqual(req.httpVersionMajor, 1);
Dtest-child-process-http-socket-leak.js31 httpVersionMajor: req.httpVersionMajor, property
Dtest-http-server-response-standalone.js14 httpVersionMajor: 1, property
Dtest-http-outgoing-message-write-callback.js24 httpVersionMajor: 1, property
Dtest-http-information-headers.js37 assert.strictEqual(res.httpVersionMajor, 1);
/third_party/node/lib/
D_http_incoming.js57 this.httpVersionMajor = null;
D_http_common.js98 incoming.httpVersionMajor = versionMajor;
D_http_client.js619 httpVersionMajor: res.httpVersionMajor, property
D_http_server.js175 if (req.httpVersionMajor < 1 || req.httpVersionMinor < 1) {
881 (req.httpVersionMajor === 1 && req.httpVersionMinor === 1)) {
/third_party/node/lib/internal/http2/
Dcompat.js350 get httpVersionMajor() { getter in Http2ServerRequest
/third_party/node/doc/api/
Dhttp.md486 * `httpVersionMajor` {integer}
2036 Also `message.httpVersionMajor` is the first integer and
Dhttp2.md3099 Also `message.httpVersionMajor` is the first integer and
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md569 …hub.com/nodejs/node/commit/8ec3d904cb)] - **doc**: improve httpVersionMajor / httpVersionMajor (Ja…
DCHANGELOG_V4.md2012 …hub.com/nodejs/node/commit/b66d6b1458)] - **doc**: improve httpVersionMajor / httpVersionMajor (Ja…