Deprecated
This package is no longer relevant. The http.STATUS_CODES
property is stable now.
Node.js
http.STATUS_CODES
ponyfill
The built-in list of HTTP status codes differ between Node.js versions, so this is a good way to make sure it's consistent. Will be kept up to date with latest Node.js.
Install
$ npm install --save node-status-codes
Usage
var nodeStatusCodes = ; console;//=> 'OK' console;//=> 'Internal Server Error'
License
MIT © Sindre Sorhus