summaryrefslogtreecommitdiff
path: root/requests_cache/policy/expiration.py
Commit message (Expand)AuthorAgeFilesLines
* Allow regexes for URL expiration patternsSimon Leiner2023-03-241-5/+14
* Raise an error for invalid expiration string values (except for headers conta...Jordan Cook2023-02-181-3/+7
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-2/+4
* Add 'older_than' argument to remove_expired_responses()Jordan Cook2022-05-031-3/+7
* Refactor utilities for parsing cache headers into CacheDirectives classJordan Cook2022-04-181-14/+10
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-0/+103