curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
526 stars 7 forks source link

Support for fetch request and response objects #193

Closed evert closed 2 years ago

evert commented 2 years ago

This allows users to use the browser-native Request and Response types from the fetch standard with Curveball.

This can be useful to simulate HTTP requests in a test suite without actually having to go over the network.