This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/builtin-status-codes
cranberry ed23347e56 Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
..
browser.js Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
build.js Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
index.js Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
license Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
package.json Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
readme.md Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00

readme.md

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