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