http-outgoing
v0.12.0
Published
Node's internal Response object. Useful for proper mocking
Readme
http-outgoing
Node's internal Response object. Useful for proper mocking.
Located here: https://github.com/joyent/node/blob/master/lib/_http_outgoing.js
Installation
npm install http-outgoingUsage
var Response = require('http-outgoing').OutgoingMessage;
var res = new Response();