property Http2Stream.sentTrailers
          
Usage in Deno
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