Skip to main content
Http2Stream.sentTrailers - http2 - Node documentation
property Http2Stream.sentTrailers

Usage in Deno

import { type Http2Stream } from "node:http2";

An object containing the outbound trailers sent for this HttpStream.

Type

OutgoingHttpHeaders | undefined