[Twisted-web] Adding data to the request

Syver Enstad syver at inout.no
Thu Sep 16 02:36:02 MDT 2004


Is there a supported way for adding data to a twisted.web request
object. I am not thinking about the session, because I only want the
data to last the current request, the typical use is for a resource to
add some data that would be used by a child resource. I know I could
use the args dictionary but that seems a little awkward as that is
supposed to contain the query string/post for the page.





More information about the Twisted-web mailing list