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

Complete the HTTP-aware caching. #6

Open kwvanderlinde opened 5 years ago

kwvanderlinde commented 5 years ago

The HttpAwareCache is missing some crucial parts. In particular, Cache-Control is not processed at all. We should rectify this with an implementation that respects Cache-Control.