Home
last modified time | relevance | path

Searched refs:httpVersionMinor (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-compat-serverrequest.js19 httpVersionMinor: 0 property
24 assert.strictEqual(request.httpVersionMinor, expected.httpVersionMinor);
Dtest-http-1.0.js63 assert.strictEqual(req.httpVersionMinor, 0);
91 assert.strictEqual(req.httpVersionMinor, 0);
127 assert.strictEqual(req.httpVersionMinor, 1);
Dtest-http-server-response-standalone.js15 httpVersionMinor: 1 property
Dtest-http-outgoing-message-write-callback.js25 httpVersionMinor: 1 property
Dtest-http-information-headers.js38 assert.strictEqual(res.httpVersionMinor, 1);
/third_party/node/lib/
D_http_incoming.js58 this.httpVersionMinor = null;
D_http_common.js99 incoming.httpVersionMinor = versionMinor;
D_http_client.js620 httpVersionMinor: res.httpVersionMinor, 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.js354 get httpVersionMinor() { getter in Http2ServerRequest
/third_party/node/doc/api/
Dhttp.md487 * `httpVersionMinor` {integer}
2037 `message.httpVersionMinor` is the second.
Dhttp2.md3100 `message.httpVersionMinor` is the second.