[Web-SIG] Stuff left to be done on WSGI

Mark Nottingham mnot at mnot.net
Sat Aug 28 02:11:30 CEST 2004


I'd be inclined to keep a separation between status and headers, so 
that one doesn't have to worry about collisions, namespace pollution, 
etc.

For that matter, my preference would be for environ to be split into 
(environ, request_method, request_url, request_headers) or similar. 
However, I know it's late, and I don't want to hold things up.

email.Message seems like a reasonable thing to do.


On Aug 27, 2004, at 2:59 PM, Phillip J. Eby wrote:

> I personally would like to use email.Message, and I'm even tempted to 
> make 'Status' a header, so that it's just 'start_response(headers)' 
> instead of 'start_response(status,headers)'.

--
Mark Nottingham     http://www.mnot.net/



More information about the Web-SIG mailing list