UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

12 lines (9 loc) 190 B
'use strict' function Request (params, req, body, query, log) { this.params = params this.req = req this.body = body this.query = query this.log = log } module.exports = Request