The map of HTTP status codes from the builtin http module
npm install builtin-status-codes> The map of HTTP status codes from the builtin http module. Exposes the latest directly from http in Node, with a zero-dependencies version for the browser.
```
$ npm install --save builtin-status-codes
`js`
var codes = require('builtin-status-codes')
codes[100]
//=> Continue
To create a new browser build:
`sh``
$ npm run build
MIT © Ben Drucker