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