Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

builtin-status-codes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builtin-status-codes

The map of HTTP status codes from the builtin http module

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
9.9M
2.32%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

http

FAQs

Package last updated on 29 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts