On Apr 15, 2005, at 3:52 PM, Blake Winton wrote:
I'd personally love to see a common set of request/response/session
objects (a la Paul's webstack) be adopted.

Isn't that what WSGI offers?

Perhaps I need to look closer but my assumption after a pass through the PIP a while ago was that it was more of standard way of getting the information to and from the framework ("middleware") and likely not meant to reach the presentation and controllerish code.


I'd love to find out that I'm wrong, although I guess I would find the WSGI idioms around accessing request headers/form-encoded data and collecting response information a bit cumbersome compared to the APIs provided by Webstack, Quixote, Webware, CherryPy, etc.

Ryan

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to