summaryrefslogtreecommitdiff
path: root/requests_cache/cache_control.py
Commit message (Expand)AuthorAgeFilesLines
* Enable conditional requests by defaultJordan Cook2021-08-261-6/+7
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-1/+10
* Some misc docstring editsJordan Cook2021-08-191-1/+1
* Add support for Last-Modified + If-Modified-Since headersJordan Cook2021-08-141-19/+28
* Add support for ETag + If-None-Match headersJordan Cook2021-08-141-13/+14
* Convert CacheActions into an attrs classJordan Cook2021-08-141-16/+37
* Ensure httpdate strings from headers get converted to UTCJordan Cook2021-08-121-5/+4
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-2/+2
* Fix cache_control option to correctly toggle cache header usage (off by default)Jordan Cook2021-07-091-0/+9
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-5/+10
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-0/+208