It would be nice if the Response dictionary operations were case-insensitive
since they're case
insensitive in HTTP. The httplib.HTTPMessage class does this (it inherits the
functionality from
rfc822.Message. I've attached a diff that should do the trick.
Original issue reported on code.google.com by mjmal...@gmail.com on 28 Aug 2009 at 10:47
Original issue reported on code.google.com by
mjmal...@gmail.com
on 28 Aug 2009 at 10:47Attachments: