Eric Foster 35b96bc934 initial commit | hace 6 años | |
---|---|---|
.. | ||
browser.js | hace 6 años | |
build.js | hace 6 años | |
index.js | hace 6 años | |
license | hace 6 años | |
package.json | hace 6 años | |
readme.md | hace 6 años |
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
var codes = require('builtin-status-codes')
codes[100]
//=> Continue
To create a new browser build:
$ npm run build
MIT © Ben Drucker