summaryrefslogtreecommitdiff
path: root/requests_cache/cache_keys.py
Commit message (Expand)AuthorAgeFilesLines
* Redact ingored_parameters from CachedResponse.urlJordan Cook2021-09-151-14/+23
* Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-061-2/+3
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-061-30/+47
* Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...Jordan Cook2021-09-061-2/+2
* Fix some type checking issuesJordan Cook2021-08-281-0/+2
* Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-281-10/+11
* Add some additional tests for cache key normalizationJordan Cook2021-08-281-2/+1
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-0/+4
* Some misc docstring editsJordan Cook2021-08-191-6/+10
* Exclude cache headers from cache key by defaultJordan Cook2021-08-141-1/+3
* Add support for custom cache keysJordan Cook2021-08-141-22/+31
* Add support for Last-Modified + If-Modified-Since headersJordan Cook2021-08-141-0/+1
* Replace some 'type: ignore' statements with better type hintingJordan Cook2021-08-141-13/+18
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-34/+42
* Integrate serializers with backendsJordan Cook2021-06-111-14/+16
* remove 'ignored parameters' from request prior to cachingParker Hancock2021-06-031-0/+19
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-181-1/+1
* Add 'verify' param to cache keyJordan Cook2021-04-011-2/+4
* Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c...Jordan Cook2021-03-311-4/+4
* Move cache key utilities to a separate moduleJordan Cook2021-03-301-0/+109