At 11:12 AM 9/12/2006 +0200, David Fraser wrote:
>Hi
>
>We've been trying to manage how we handle the middleware stack in our
>web framework. The PEP doesn't specify any standard way of doing this
>and the example is constructed with the next item in the stack as a
>parameter.
>
>Our approach is to
Hi
We've been trying to manage how we handle the middleware stack in our
web framework. The PEP doesn't specify any standard way of doing this
and the example is constructed with the next item in the stack as a
parameter.
Our approach is to pass a WSGIStack variable in the environment
variables a