パッケージの詳細

http_status_codes

RajRanjan5.3kISC2.0.5

http_status_code module allows user to refer http status codes based on numerical format or text format

http-status-codes, http, http-status, codes

readme

HTTP-STATUS-CODE

This library can be used to acces Http staus codes in numerical and textual format


Installation

npm install http_status_codes

Usage

var httpStatus = require('http_satatus_codes');

httpStatus[200] //This will give a value of Ok

httpStatus[500] //This will give a value of Internal Server Error