kwvanderlinde / python-cached-requests

Memory-efficient caching for the requests library and Python 3
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Case-insensitive headers #8

Open kwvanderlinde opened 5 years ago

kwvanderlinde commented 5 years ago

When dealing with headers in the cache and adaptor, we do not respect the case-insensitive nature of header names. We should use a strategy that permits proper lookup of header values regardless of case.