Package Exports
- get-some-rest
- get-some-rest/dist/index.js
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 (get-some-rest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
get-some-rest
A stateful HTTP client for NodeJS. Test your routes even when mocking is infeasible.
Usage
This package requires Node version 18.14.2 or later because it makes use of native fetch(),
as well as Headers.prototype.getSetCookie.
Additionally, it is packaged as an ES module only, so your tests have to be in ESM format, too.