arrdem / katamari

Roll up all your software into artifacts!
67 stars 4 forks source link

Refactor the middleware API to use trampolining #8

Open arrdem opened 5 years ago

arrdem commented 5 years ago

It would be cool if the middleware layer instead of directly recursing was designed to trampoline. This could also make it easier to implement per-middleware timing and attribution of which middleware produced a given response.