gesomax / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Response dictionary should be case-insensitive #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 13 Jun 2011 at 4:50