|
|
||||
|---|---|---|---|---|
| .. | ||||
| browser.js | 11e3a9652a | vor 7 Jahren | ||
| build.js | 11e3a9652a | vor 7 Jahren | ||
| index.js | 11e3a9652a | vor 7 Jahren | ||
| license | 11e3a9652a | vor 7 Jahren | ||
| package.json | 11e3a9652a | vor 7 Jahren | ||
| readme.md | 11e3a9652a | vor 7 Jahren | ||
The map of HTTP status codes from the builtin http module. Exposes the latest directly from
httpin 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