Skip to main content
OutgoingMessage.prototype.headersSent - http - Node documentation
property OutgoingMessage.prototype.headersSent

Usage in Deno

import { OutgoingMessage } from "node:http";

Read-only. true if the headers were sent, otherwise false.

Type

boolean