1.1.0 • Published 5 years ago

httpcodelookup v1.1.0

Weekly downloads
25
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

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

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago