Searched refs:sendTrailers (Results 1 – 8 of 8) sorted by relevance
28 stream.sendTrailers({ [trailerKey]: trailerValue });30 () => stream.sendTrailers({}),39 () => stream.sendTrailers({}),54 req.sendTrailers({ [trailerKey]: trailerValue });62 () => req.sendTrailers({}),
28 stream.sendTrailers({ ':status': 'bar' });
56 request.sendTrailers({
17 stream.sendTrailers({ xyz: 'abc' });
878 The `http2stream.sendTrailers()` method can then be called to send trailing883 `http2stream.sendTrailers()` or `http2stream.close()` to close the1277 #### `http2stream.sendTrailers(headers)`1297 stream.sendTrailers({ xyz: 'abc' });1491 sent. The `http2stream.sendTrailers()` method can then be used to sent trailing1496 `http2stream.sendTrailers()` or `http2stream.close()` to close the1505 stream.sendTrailers({ ABC: 'some value to send' });1581 sent. The `http2stream.sendTrailers()` method can then be used to sent trailing1586 `http2stream.sendTrailers()` or `http2stream.close()` to close the1605 stream.sendTrailers({ ABC: 'some value to send' });[all …]
1278 The `http2stream.sendTrailers()` method cannot be called until after the
421 this.sendTrailers(this[kResponse][kTrailers]);
407 stream.sendTrailers({});2169 sendTrailers(headers) { method in Http2Stream