builtin-status-codes
Advanced tools
Weekly downloads
Readme
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
FAQs
The map of HTTP status codes from the builtin http module
The npm package builtin-status-codes receives a total of 6,286,538 weekly downloads. As such, builtin-status-codes popularity was classified as popular.
We found that builtin-status-codes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.