curveball / core

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

Elegantly deal with a response body being set. #56

Closed evert closed 6 years ago

evert commented 6 years ago

By default it's undefined currently. Maybe it should be initialized as null and not complain when it is.