JeffRMoore / brigade

Brigade is a library for composing and calling middleware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there cases where response is needed prior to calling next?

JeffRMoore opened this issue · comments

Requesting feedback on the pattern of supplying the response object via the next call rather than as a parameter to the middleware. see