http-outgoing
v0.12.0
Published
Node's internal Response object. Useful for proper mocking
Downloads
13,584
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-outgoing
Usage
var Response = require('http-outgoing').OutgoingMessage;
var res = new Response();