Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-request-response-proto.js11 Http2ServerResponse,
15 const protoResponse = Object.create(Http2ServerResponse.prototype);
18 assert.strictEqual(protoResponse instanceof Http2ServerResponse, true);
Dtest-http2-options-server-response.js8 class MyServerResponse extends h2.Http2ServerResponse {
15 Http2ServerResponse: MyServerResponse property
/third_party/node/lib/
Dhttp2.js13 Http2ServerResponse,
26 Http2ServerResponse, property
/third_party/node/lib/internal/http2/
Dcompat.js475 class Http2ServerResponse extends Stream { class
824 callback(null, new Http2ServerResponse(stream));
923 Http2ServerResponse, property
Dcore.js136 Http2ServerResponse,
3125 options.Http2ServerResponse = options.Http2ServerResponse ||
3126 Http2ServerResponse;
3243 this[kOptions].Http2ServerResponse),
3420 Http2ServerResponse, property
/third_party/node/doc/api/
Dhttp2.md1936 * `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/
Dtype-parser.mjs146 'http2.Http2ServerResponse':
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3494 …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…
DCHANGELOG_V12.md1380 …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…
DCHANGELOG_V11.md501 …](https://github.com/nodejs/node/commit/6adcc6f574)] - **http2**: `Http2ServerResponse.end()` shou…
DCHANGELOG_V8.md3124 …://github.com/nodejs/node/commit/e3e9e5039d)] - **test**: increase Http2ServerResponse test covera…
DCHANGELOG_V10.md844 …](https://github.com/nodejs/node/commit/59b348e0e4)] - **http2**: `Http2ServerResponse.end()` shou…