On 11/5/05, hugo <[EMAIL PROTECTED]> wrote: > I think the reversed order is just counter-intuitive - you just don't > think about it when adding middleware and talking about middleware.
It's perfecetly obvious to me. I think of it like a normal call-stack; the request walks down the middleware-stack, the response walks back up. > I think at least an optional way to explicitely specify the order would > be nice. It might be; but you still haven't given an example where you actually need it. All you have shown is a need for documenting the way things work. /s