summaryrefslogtreecommitdiff
path: root/requests_cache/cache_keys.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' ↵Jordan Cook2021-04-181-1/+1
| | | | | | | kwargs in BaseStorage Also don't name them as private members, since they can safely by changed after initialization (e.g., `session.cache.include_get_headers = True`)
* Add 'verify' param to cache keyJordan Cook2021-04-011-2/+4
| | | | Closes #209
* Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a ↵Jordan Cook2021-03-311-4/+4
| | | | cache key
* Move cache key utilities to a separate moduleJordan Cook2021-03-301-0/+109