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

By default the server will now emit 404 responses. #79

Closed evert closed 6 years ago

evert commented 6 years ago

This will automatically turn into a 200 if a body is set.

Fixes #78