summaryrefslogtreecommitdiff
path: root/requests_cache/models/response.py
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-6/+9
* Some misc docstring editsJordan Cook2021-08-191-8/+2
* Add support for Last-Modified + If-Modified-Since headersJordan Cook2021-08-141-4/+0
* Add support for ETag + If-None-Match headersJordan Cook2021-08-141-3/+7
* Drop support for python 3.6Jordan Cook2021-08-141-6/+0
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-1/+5
* Fix unpickling CachedResponse on python 3.6Jordan Cook2021-07-161-0/+6
* Add support for Response.next when 302 responses are cached directlyJordan Cook2021-07-161-3/+12
* Make CachedResponse a non-slotted class to allow client code to set arbitrary...Jordan Cook2021-07-161-12/+5
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-13/+15
* Add option to exclude expired responses in keys(), values(), and response_cou...Jordan Cook2021-07-031-5/+0
* Add annotation for CachedResponse.history and add support for ForwardRef in B...Jordan Cook2021-06-111-1/+1
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-22/+19
* Fix broken unit tests and add more coverageJordan Cook2021-05-261-1/+7
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+154