property ServerHttp2Stream.headersSent Usage in Deno```typescript import { type ServerHttp2Stream } from "node:node__http2.d.ts"; ``` True if headers were sent, false otherwise (read-only). Type boolean