JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18656423
  • Score
    100M100P100Q224452F
  • License MIT

A response-like object for mocking a native Node.js HTTP response

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

Build Status Coverage Status npm

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