summaryrefslogtreecommitdiff
path: root/requests_cache/backends/filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Add use_temp option to SQLite backendJordan Cook2021-04-221-0/+3
* Store responses for filesystem backend in a 'responses' subdirectory, to avoi...Jordan Cook2021-04-221-5/+7
* For SQLite and filesystem backends, resolve file paths in BaseStorage class r...Jordan Cook2021-04-211-6/+5
* Add a filesystem backendJordan Cook2021-04-211-0/+87