@dealerslink/node-express-request-utils

A library to process HTTP Request parameters and processes

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@dealerslink/node-express-request-utils
1.2.65 years ago6 years agoMinified + gzip package size for @dealerslink/node-express-request-utils in KB

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.
npm install @dealerslink/node-express-request-utils

const ReqUtils = require('@dealerslink/node-express-request-utils');

See the wiki for more details.