Returning HTTP status in a quick and easy way
npm install @tiendq/http-statusReturning HTTP status in a quick and easy way. Just using unpopular built-in NodeJS http.STATUS_CODES property.
Example:
``js
const HttpStatus = require('@tiendq/http-status');
response.status(HttpStatus.OK).text(HttpStatus.Text.OK);
``
Copyright (c) 2019 Tien Do (tiendq@gmail.com)
MIT License