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

Randomize the paths of response bodies. #4

Closed kwvanderlinde closed 5 years ago

kwvanderlinde commented 5 years ago

Included in this change is some refactoring to reduce code duplication around entry file deserialization, as well as avoiding some pitfalls with the use of Tee.