core
core copied to clipboard
Support for fetch request and response objects
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.