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

Fancy middlewares #189

Open evert opened 2 years ago

evert commented 2 years ago

Right now middlewares are either:

  1. A function
  2. An object with a middlewareCall symbol function

I think it would be very helpful if the object middlewares have a few more features: