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

Easily instantiate (mock) Request object #21

Closed evert closed 6 years ago

evert commented 6 years ago

We have a NodeRequest and NodeResponse, but we should also be able to create a Request object based on simple values, for mock requests and HTTP/2 Push.