Skip to main content
IncomingMessage.prototype.statusMessage - http - Node documentation
property IncomingMessage.prototype.statusMessage

Usage in Deno

import { IncomingMessage } from "node:http";

Only valid for response obtained from ClientRequest.

The HTTP response status message (reason phrase). E.G. OK or Internal Server Error.

Type

string | undefined