Graham Dumpleton
grahamd at dscpl.com.au
Mon Apr 18 01:26:02 EDT 2005
> For example, there is a 'req' object that the handler sees. But I can't > find any attributes or methods for it, other than a very few that are in > the > documentation. I did find an Apache request object, and it does seem to > share many of the attributes, but I had to find which ones by trial and > error. From some of the things I've read, I've seen req.send_http_header(), > and req.form.submit, but I don't know how to get to there if I don't even > have any doco on the req object. The "req" object documentation, it is at: http://www.modpython.org/live/current/doc-html/pyapi-mprequest.html Is this the Apache request object documentation you had already found, or are you talking about the really low level Apache C level struct and associated C functions? Graham
|