On 10/21/06, Ian Bicking <[EMAIL PROTECTED]> wrote: > I think there's room for some more standards building on WSGI (that > aren't actually extensions of the WSGI spec itself). > > I put a page up on the wsgi.org site for this: > http://wsgi.org/wsgi/Specifications > > And I'm introducing what I think is low-hanging fruit in the > specification realm: wsgi.url_vars > http://wsgi.org/wsgi/Specifications/url_vars > > The spec is copied below for discussion:
+1 I like this, it will make middleware like wsgicollection possible without tightly binding them to the middleware you use to parse the URI. -joe -- Joe Gregorio http://bitworking.org _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
