summaryrefslogtreecommitdiff
path: root/tests/unit/test_cache_keys.py
Commit message (Expand)AuthorAgeFilesLines
* Don't normalize CachedResponse.url when redacting ignored paramsJordan Cook2023-04-021-2/+20
* Match whether ignored_parameters are present in a request (without matching c...Jordan Cook2022-09-291-1/+1
* Add support for duplicate request paramsJordan Cook2022-08-151-0/+19
* Normalize ordering and whitespace for multi-value request headersJordan Cook2022-06-161-4/+13
* Add misc missing test coverageJordan Cook2022-04-201-0/+10
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-1/+1
* Skip normalizing a JSON request body if it's excessively large (>10MB) due to...Jordan Cook2022-02-221-1/+16
* Fix request normalization for request body with a list as a JSON rootJordan Cook2022-02-221-3/+25
* 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