Searched refs:Http2ServerResponse (Results 1 – 12 of 12) sorted by relevance
11 Http2ServerResponse,15 const protoResponse = Object.create(Http2ServerResponse.prototype);18 assert.strictEqual(protoResponse instanceof Http2ServerResponse, true);
8 class MyServerResponse extends h2.Http2ServerResponse {15 Http2ServerResponse: MyServerResponse property
13 Http2ServerResponse26 Http2ServerResponse field
446 class Http2ServerResponse extends Stream { class780 callback(null, new Http2ServerResponse(stream));848 Http2ServerResponse, property
118 Http2ServerResponse,3039 options.Http2ServerResponse = options.Http2ServerResponse ||3040 Http2ServerResponse;3156 this[kOptions].Http2ServerResponse)3346 Http2ServerResponse field
1753 * `response` {http2.Http2ServerResponse}1789 * `response` {http2.Http2ServerResponse}1949 * `response` {http2.Http2ServerResponse}1985 * `response` {http2.Http2ServerResponse}2243 * `Http2ServerResponse` {http2.Http2ServerResponse} Specifies the2244 `Http2ServerResponse` class to use.2245 Useful for extending the original `Http2ServerResponse`.2246 **Default:** `Http2ServerResponse`.2928 [`Http2ServerResponse`][]. They aim at API compatibility with HTTP/1, but3265 ### Class: `http2.Http2ServerResponse`[all …]
109 'http2.Http2ServerResponse':
3569 …dejs/node/commit/0752d2309f)] - **http2**: always call callback on Http2ServerResponse#end (Pransh…3571 …m/nodejs/node/commit/0b34c4fb75)] - **http2**: add type checks for Http2ServerResponse.end (Pransh…3656 …ithub.com/nodejs/node/commit/d4a2ae094e)] - **test**: add test for Http2ServerResponse#\[writableC…
495 …](https://github.com/nodejs/node/commit/6adcc6f574)] - **http2**: `Http2ServerResponse.end()` shou…
2018 …ithub.com/nodejs/node/commit/b2f169e628)] - **doc**: indicate that Http2ServerResponse extends Str…
3096 …://github.com/nodejs/node/commit/e3e9e5039d)] - **test**: increase Http2ServerResponse test covera…
587 …](https://github.com/nodejs/node/commit/59b348e0e4)] - **http2**: `Http2ServerResponse.end()` shou…