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 martin.panter
Recipients demian.brecht, ethan.furman, martin.panter, r.david.murray, terry.reedy
Date 2016-02-20.03:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455937716.5.0.52900155902.issue26380@psf.upfronthosting.co.za>
In-reply-to
Content
The RFC for HTTP says the method is case-sensitive, although I have seen one person use lowercase (probably by accident). So “over the wire” it has to be uppercase b"GET".
History
Date User Action Args
2016-02-20 03:08:36martin.pantersetrecipients: + martin.panter, terry.reedy, r.david.murray, ethan.furman, demian.brecht
2016-02-20 03:08:36martin.pantersetmessageid: <1455937716.5.0.52900155902.issue26380@psf.upfronthosting.co.za>
2016-02-20 03:08:36martin.panterlinkissue26380 messages
2016-02-20 03:08:36martin.pantercreate