UNPKG

expressmultithread

Version:

Fast, light-weight and low dependency [Express.js](https://www.npmjs.com/package/express) multithreaded router.

16 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanRequest = void 0; function cleanRequest(req) { return { body: req.body, params: req.params, query: req.query, headers: req.headers, path: req.route.path, method: req.method }; } exports.cleanRequest = cleanRequest; ; //# sourceMappingURL=cleanRequest.js.map