builtin-status-codes
The map of HTTP status codes from the builtin http module
Last updated 9 years ago by bendrucker .
MIT · Repository · Bugs · Original npm
$ cnpm install builtin-status-codes 
SYNC missed versions from official npm registry.

builtin-status-codes Build Status

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.

Install

$ npm install --save builtin-status-codes

Usage

var codes = require('builtin-status-codes')
codes[100]
//=> Continue

Build

To create a new browser build:

$ npm run build

License

MIT © Ben Drucker

Current Tags

  • 3.0.0                                ...           latest (9 years ago)

1 Versions

  • 3.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org