[Web-SIG] [server-side] request/response objects
Bill Janssen
janssen at parc.com
Wed Oct 29 18:48:07 EST 2003
I think you can separate them and combine them at the same time,
without much trouble. For instance, Ian used the example
"request.response.write()", implying that the response object is
accessible from the request object, which makes sense to me. So in
one view, there's just one object, the request, and the response
object is just a part of that. But for those who prefer it, it's easy
to assign
response = request.response
and deal with the two different variables.
Bill
More information about the Web-SIG
mailing list