2.0.5 • Published 10 years ago

http_status_codes v2.0.5

Weekly downloads
373
License
ISC
Repository
github
Last release
10 years ago

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
2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago