Methods for working with the current incoming request and outgoing response. Includes everything from accessing an incoming file upload stream, to reading/parsing incoming request headers, to customizing the content type for a file download or other outg
$ npm install machinepack-reqres --save
var RequestResponse = require('machinepack-reqres');