[mod_python] Collecting GET and POST vars

Graham Dumpleton grahamd at dscpl.com.au
Wed Dec 28 17:15:42 EST 2005


See documentation:

  http://www.modpython.org/live/current/doc-html/pyapi-util-fstor.html
  http://www.modpython.org/live/current/doc-html/pyapi-util-fstor-fld.html

Look at source code for mod_python.publisher to see how it uses it if
you need to.

Graham

Fabiano Sidler wrote ..
> Hi folks!
> 
> I know I could use req.the_request[1] and req.read() for gathering
> such data, but isn't there any other (easier) way to get a
> dictionary-like object with both GET and POST variables created? I
> have found solutions using the publisher handler, but I'd need it for
> general handlers.
> 
> Greetings,
> fips
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python


More information about the Mod_python mailing list