Searched refs:waitForTrailers (Results 1 – 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-trailers.js | 26 }, { waitForTrailers: true }); property 52 { waitForTrailers: true }); property
|
D | test-http2-no-wanttrailers-listener.js | 14 stream.respond(undefined, { waitForTrailers: true }); property
|
D | test-http2-large-write-destroy.js | 23 }, { waitForTrailers: true }); property
|
D | test-http2-misused-pseudoheaders.js | 24 stream.respond({}, { waitForTrailers: true }); property
|
D | test-http2-compat-serverrequest-trailers.js | 53 const request = client.request(headers, { waitForTrailers: true }); property
|
D | test-http2-sent-headers.js | 15 stream.respond({ abc: 'xyz' }, { waitForTrailers: true }); property
|
/third_party/node/doc/api/ |
D | http2.md | 846 * `waitForTrailers` {boolean} When `true`, the `Http2Stream` will emit the 876 When the `options.waitForTrailers` option is set, the `'wantTrailers'` event 881 When `options.waitForTrailers` is set, the `Http2Stream` will not automatically 1079 trailing headers. When initiating a request or response, the `waitForTrailers` 1287 request or sending a response, the `options.waitForTrailers` option must be set 1295 stream.respond(undefined, { waitForTrailers: true }); 1477 * `waitForTrailers` {boolean} When `true`, the `Http2Stream` will emit the 1489 When the `options.waitForTrailers` option is set, the `'wantTrailers'` event 1494 When `options.waitForTrailers` is set, the `Http2Stream` will not automatically 1503 stream.respond({ ':status': 200 }, { waitForTrailers: true }); [all …]
|
D | errors.md | 1280 `'wantTrailers'` event will only be emitted if the `waitForTrailers` option
|
/third_party/node/lib/internal/http2/ |
D | core.js | 688 if (options.waitForTrailers) 1730 if (options.waitForTrailers) 2692 if (options.waitForTrailers) { 2749 if (options.waitForTrailers) { 2814 if (options.waitForTrailers) {
|
D | compat.js | 790 waitForTrailers: true, property
|