Home
last modified time | relevance | path

Searched refs:waitForTrailers (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-trailers.js26 }, { waitForTrailers: true }); property
52 { waitForTrailers: true }); property
Dtest-http2-no-wanttrailers-listener.js14 stream.respond(undefined, { waitForTrailers: true }); property
Dtest-http2-large-write-destroy.js23 }, { waitForTrailers: true }); property
Dtest-http2-misused-pseudoheaders.js24 stream.respond({}, { waitForTrailers: true }); property
Dtest-http2-compat-serverrequest-trailers.js53 const request = client.request(headers, { waitForTrailers: true }); property
Dtest-http2-sent-headers.js15 stream.respond({ abc: 'xyz' }, { waitForTrailers: true }); property
/third_party/node/doc/api/
Dhttp2.md846 * `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 …]
Derrors.md1280 `'wantTrailers'` event will only be emitted if the `waitForTrailers` option
/third_party/node/lib/internal/http2/
Dcore.js688 if (options.waitForTrailers)
1730 if (options.waitForTrailers)
2692 if (options.waitForTrailers) {
2749 if (options.waitForTrailers) {
2814 if (options.waitForTrailers) {
Dcompat.js790 waitForTrailers: true, property