1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
Files
vcrpy/vcr
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
..
2015-08-23 18:10:01 -07:00
2015-08-23 16:33:25 -04:00
2015-02-23 23:37:04 -08:00
2014-05-10 11:52:36 -10:00
2014-05-10 11:52:36 -10:00
2015-07-15 01:16:10 +02:00