[mod_python] Request object

Colin Bean ccbean at gmail.com
Thu Jan 18 15:50:59 EST 2007


There's a section on the request object in the "apache" section of the
documentation on modpython.org

http://modpython.org/live/current/doc-html/pyapi-mprequest.html

Or were you looking for something more?

Colin

On 1/18/07, export at hope.cz <export at hope.cz> wrote:
> Is there a description of request object in details?
> As I browse through some examples I find  that authors uses various request
> methods/objects.
>
> For example
> req.main
> req.headers_in.get
> req.headers_in
> req.headers_out
> req.streambuffer
>
> and more
> Thank you for reply.
> Lad.
>
>
> _______________________________________________
> 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