property Http2Stream.sentTrailers
Usage
import { type Http2Stream } from "node:http2";
An object containing the outbound trailers sent for this HttpStream.
OutgoingHttpHeaders | undefined
import { type Http2Stream } from "node:http2";
An object containing the outbound trailers sent for this HttpStream.
OutgoingHttpHeaders | undefined