JSPM

builtin-status-codes

3.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8959116
  • Score
    100M100P100Q222700F
  • License MIT

The map of HTTP status codes from the builtin http module

Package Exports

  • builtin-status-codes
  • builtin-status-codes/browser

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (builtin-status-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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