property Http2Stream.sentInfoHeaders
Usage in Deno
import { type Http2Stream } from "node:http2";
An array of objects containing the outbound informational (additional) headers
sent for this Http2Stream
.
OutgoingHttpHeaders[] | undefined