Skip to main content
property IncomingMessage.prototype.statusCode

Only valid for response obtained from ClientRequest.

The 3-digit HTTP response status code. E.G. 404.

Type

number | undefined
Back to top