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

Request bodies will be typed as 'unknown' by default. #161

Closed evert closed 3 years ago

evert commented 3 years ago

This is a change from 'any' like it is in most other frameworks. This change forces users that want to use the request body to either:

This is a BC break.