summaryrefslogtreecommitdiff
path: root/tests/unit/test_cache_keys.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for key-only request parametersJordan Cook2022-01-141-0/+6
* Format using a more typical line length of 100Jordan Cook2022-01-011-1/+3
* Reorganize & improve request normalization functions:Jordan Cook2021-09-201-28/+40
* Redact ingored_parameters from CachedResponse.urlJordan Cook2021-09-151-1/+1
* Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-061-1/+1
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-061-1/+1
* Add some additional tests for cache key normalizationJordan Cook2021-08-281-2/+39
* Add support for custom cache keysJordan Cook2021-08-141-2/+2
* Add more test coverage for cache_control and cache_keys modulesJordan Cook2021-08-121-0/+25