[mod_python] Vampire/mod_python determining type of argument - GET/POST

Deron Meranda deron.meranda at gmail.com
Tue Nov 29 15:01:13 EST 2005


On 11/29/05, Brandon N <woodsman at gmail.com> wrote:
> I didn't realize it had to be either get or post, but I suppose that makes
> sense.

It can be other things too.  In fact I'm using mod_python to process
PUT requests as well.

But in general you should always check the req.method to make
sure you keep with the intended semantics of the operation.

Read up on the HTTP 1.1 RFC.
--
Deron Meranda



More information about the Mod_python mailing list