This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dstanek
Recipients BreamoreBoy, ajaksu2, dstanek, eric.araujo, ezio.melotti, jjlee, jorend, koder_ua, orsenthil
Date 2010-08-04.03:55:11
SpamBayes Score 1.1611819e-06
Marked as misclassified No
Message-id <1280894115.07.0.680627286139.issue1673007@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached a patch to add support for HEAD, PUT and DELETE methods. The code review is available here: http://codereview.appspot.com/1696061.

I have started working on another patch that validates that the method is properly set. For instance, it doesn't make sense to have a HEAD or DELETE with post data. The problem is that the interface is so wide open that it is hard to catch all possible user errors. A user could call Request.__init__ correctly, but then set req.method to an invalid method. If there is some interest I'll finish up the patch.
History
Date User Action Args
2010-08-04 03:55:15dstaneksetrecipients: + dstanek, jjlee, jorend, orsenthil, ajaksu2, koder_ua, ezio.melotti, eric.araujo, BreamoreBoy
2010-08-04 03:55:15dstaneksetmessageid: <1280894115.07.0.680627286139.issue1673007@psf.upfronthosting.co.za>
2010-08-04 03:55:13dstaneklinkissue1673007 messages
2010-08-04 03:55:13dstanekcreate