Re: [Web-SIG] Middleware stack construction

2006-09-12 Thread Phillip J. Eby
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

[Web-SIG] Middleware stack construction

2006-09-12 Thread David Fraser
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