Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 826 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 826 Bytes

get-some-rest

CI Test Coverage Maintainability

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.