Skip to main content
Http2Stream.sentInfoHeaders - http2 - Node documentation
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.

Type

OutgoingHttpHeaders[] | undefined