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.

作者 tarek
收信人 orsenthil, tarek
日期 2010-09-13.13:07:12
SpamBayes Score 0.017916579
Marked as misclassified
Message-id <1284383235.98.0.831352562835.issue9845@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-09-13 13:07:16tarek修改recipients: + tarek, orsenthil
2010-09-13 13:07:15tarek修改messageid: <1284383235.98.0.831352562835.issue9845@psf.upfronthosting.co.za>
2010-09-13 13:07:13tarek链接issue9845 messages
2010-09-13 13:07:13tarek创建