@dealerslink/node-express-request-utils
v1.2.6
Published
A library to process HTTP Request parameters and processes
Downloads
19
Readme
node-express-request-utils
node-express-request-utils
is library designed to simplify the processing of HTTP Request handling and parameters parsing by abstracting commonly reused processing patterns.
It can be used with any framework that creates and uses HTTPRequest objects.
Installation
npm install @dealerslink/node-express-request-utils
Usage
const ReqUtils = require('@dealerslink/node-express-request-utils');
See the wiki for more details.