Package Exports
- responselike
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (responselike) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
responselike
A response-like object for mocking a native Node.js HTTP response
Install
npm install --save responselike
Or if you're just using for testing you'll probably want:
npm install --save-dev responselike
Credits
Basically just a fork of ForbesLindesay/http-response-object, but with better compatibility.
License
MIT © Luke Childs