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