httpcodelookup
v1.1.0
Published
HTTPCodeLoopkup is a small HTTPCode lookup table
Downloads
13
Maintainers
Readme
HTTPCodeLookup
A HttpCode Loopup Table as NPM Module
Example Usage
const HTTPCode = require('httpcodelookup');
console.log(HTTPCode.getText(200));
console.log(HTTPCode.getText('404'));
// => OK
// => Not Found
License
This Project is Released unter GPL-3.0 License