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 tarek
Recipients orsenthil, tarek
Date 2010-09-13.13:07:12
SpamBayes Score 0.017916579
Marked as misclassified No
Message-id <1284383235.98.0.831352562835.issue9845@psf.upfronthosting.co.za>
In-reply-to
Content
Right now you have to override Request or patch its get_method() method to be able to send HTTP requests where the method is not GET or POST.

This is making some assumptions on what the users wants to do with the request. The way get_method guesses the method is good enough in most cases, but I think it would be good to let advanced developers provide their own method when they build a request.  This would avoid unnecessary boiler-plate code to be able to customize the method.
History
Date User Action Args
2010-09-13 13:07:16tareksetrecipients: + tarek, orsenthil
2010-09-13 13:07:15tareksetmessageid: <1284383235.98.0.831352562835.issue9845@psf.upfronthosting.co.za>
2010-09-13 13:07:13tareklinkissue9845 messages
2010-09-13 13:07:13tarekcreate