Searched refs:Http2ServerResponse (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-request-response-proto.js | 11 Http2ServerResponse, 15 const protoResponse = Object.create(Http2ServerResponse.prototype); 18 assert.strictEqual(protoResponse instanceof Http2ServerResponse, true);
|
D | test-http2-options-server-response.js | 8 class MyServerResponse extends h2.Http2ServerResponse { 15 Http2ServerResponse: MyServerResponse property
|
/third_party/node/lib/ |
D | http2.js | 13 Http2ServerResponse, 26 Http2ServerResponse, property
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 475 class Http2ServerResponse extends Stream { class 824 callback(null, new Http2ServerResponse(stream)); 923 Http2ServerResponse, property
|
D | core.js | 136 Http2ServerResponse, 3125 options.Http2ServerResponse = options.Http2ServerResponse || 3126 Http2ServerResponse; 3243 this[kOptions].Http2ServerResponse), 3420 Http2ServerResponse, property
|
/third_party/node/doc/api/ |
D | http2.md | 1936 * `response` {http2.Http2ServerResponse} 1974 * `response` {http2.Http2ServerResponse} 2156 * `response` {http2.Http2ServerResponse} 2194 * `response` {http2.Http2ServerResponse} 2484 * `Http2ServerResponse` {http2.Http2ServerResponse} Specifies the 2485 `Http2ServerResponse` class to use. 2486 Useful for extending the original `Http2ServerResponse`. 2487 **Default:** `Http2ServerResponse`. 3188 [`Http2ServerResponse`][]. They aim at API compatibility with HTTP/1, but 3547 ### Class: `http2.Http2ServerResponse` [all …]
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 146 'http2.Http2ServerResponse':
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 3494 …dejs/node/commit/0752d2309f)] - **http2**: always call callback on Http2ServerResponse#end (Pransh… 3496 …m/nodejs/node/commit/0b34c4fb75)] - **http2**: add type checks for Http2ServerResponse.end (Pransh… 3581 …ithub.com/nodejs/node/commit/d4a2ae094e)] - **test**: add test for Http2ServerResponse#\[writableC…
|
D | CHANGELOG_V12.md | 1380 …dejs/node/commit/75107e23a8)] - **http2**: always call callback on Http2ServerResponse#end (Pransh… 1382 …m/nodejs/node/commit/8def93429e)] - **http2**: add type checks for Http2ServerResponse.end (Pransh… 1439 …ithub.com/nodejs/node/commit/998b22cbbc)] - **test**: add test for Http2ServerResponse#\[writableC… 4438 …ithub.com/nodejs/node/commit/b2f169e628)] - **doc**: indicate that Http2ServerResponse extends Str…
|
D | CHANGELOG_V11.md | 501 …](https://github.com/nodejs/node/commit/6adcc6f574)] - **http2**: `Http2ServerResponse.end()` shou…
|
D | CHANGELOG_V8.md | 3124 …://github.com/nodejs/node/commit/e3e9e5039d)] - **test**: increase Http2ServerResponse test covera…
|
D | CHANGELOG_V10.md | 844 …](https://github.com/nodejs/node/commit/59b348e0e4)] - **http2**: `Http2ServerResponse.end()` shou…
|