Lines Matching refs:sendTrailers
987 The `http2stream.sendTrailers()` method can then be called to send trailing
992 `http2stream.sendTrailers()` or `http2stream.close()` to close the
1423 #### `http2stream.sendTrailers(headers)`
1444 stream.sendTrailers({ xyz: 'abc' });
1666 of payload data to be sent. The `http2stream.sendTrailers()` method can then be
1671 `http2stream.sendTrailers()` or `http2stream.close()` to close the
1680 stream.sendTrailers({ ABC: 'some value to send' });
1759 sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
1764 `http2stream.sendTrailers()` or `http2stream.close()` to close the
1783 stream.sendTrailers({ ABC: 'some value to send' });
1896 sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
1901 `http2stream.sendTrailers()` or `http2stream.close()` to close the
1912 stream.sendTrailers({ ABC: 'some value to send' });