[mod_python] Basic mod_python questions

Gregory Trubetskoy grisha at modpython.org
Mon Jul 24 17:24:35 EST 2000


req.read(), req.headers_out and req.headers_in are your friends here. You
will still need a lot of functionality from the cgi.py standard Python
library module to parse multipart content from POST operations.

Grisha

On Mon, 24 Jul 2000, Adam Clark wrote:

> Hi,
> 
> I have what I'm sure are some basic questions.  I'm trying to transfer
> stuff from a CGI environment, and I'm not sure how you're supposed to
> handle all the inputs.  I'm currently using the cgi module to manually
> parse the query string, but do I have to write all the get/post switching
> stuff myself?  What about file uploads?  Cookies?  I'd rather write this
> right than become dependent on the CGI Handler, but I'm not sure how these
> things are supposed to be done.
> 
> Thanks a lot
> Adam
> 
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://www.modpython.org/mailman/listinfo/mod_python
> 




More information about the Mod_python mailing list