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
.
string | undefined