The following example does not have the protocol info, e.g. 'HTTP/1.0'. Is 
there a way to add such info?

$ cat main.py 
#!/usr/bin/env python
# vim: set noexpandtab tabstop=2 shiftwidth=2 softtabstop=-1 
fileencoding=utf-8:

from webob import Response
res = Response()
print str(res)

$ ./main.py 
200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 0

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/12b55319-4de8-493e-8484-c4d9e38ad9fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to