property Http2Stream.sentHeaders
Usage in Deno
import { type Http2Stream } from "node:http2";
An object containing the outbound headers sent for this Http2Stream
.
import { type Http2Stream } from "node:http2";
An object containing the outbound headers sent for this Http2Stream
.