Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dealerslink/node-express-request-utils

chronosis371.2.6

A library to process HTTP Request parameters and processes

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.