Skip to main content
Http2ServerResponse.prototype.headersSent - http2 - Node documentation
property Http2ServerResponse.prototype.headersSent

Usage in Deno

import { Http2ServerResponse } from "node:http2";

True if headers were sent, false otherwise (read-only).

Type

boolean