1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 17:45:35 +00:00
Files
vcrpy/tests/integration
Aron Griffis eda64bc3be Make request.headers always a CaseInsensitiveDict.
Previously request.headers was a normal dict (albeit with the
request.add_header interface) which meant that some code paths would do
case-sensitive matching, for example remove_post_data_parameters which
tests for 'Content-Type'. This change allows all code paths to get the same
case-insensitive treatment.

Additionally request.headers becomes a property to enforce upgrading it to
a CaseInsensitiveDict even if assigned.
2015-08-24 16:19:34 -04:00
..
2013-08-11 15:05:39 -10:00
2014-10-30 16:08:17 -07:00
2014-05-10 11:52:35 -10:00
2015-08-14 12:42:17 +02:00
2015-03-23 13:56:48 -07:00