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

Request and Response are both now interfaces. #143

Closed evert closed 4 years ago

evert commented 4 years ago

This makes it possible for plugins to extend these interfaces using interface declaration merging.