summaryrefslogtreecommitdiff
path: root/requests_cache/models
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-252-9/+16
* Better serializer docsJordan Cook2021-08-201-0/+1
* Some misc docstring editsJordan Cook2021-08-193-11/+4
* 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-162-4/+25
* 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-063-16/+25
* Add option to exclude expired responses in keys(), values(), and response_cou...Jordan Cook2021-07-031-5/+0
* Integrate serializers with backendsJordan Cook2021-06-111-2/+3
* Add annotation for CachedResponse.history and add support for ForwardRef in B...Jordan Cook2021-06-111-1/+1
* Compatibility fixes for requests 2.16 and 2.17Jordan Cook2021-06-031-2/+5
* Make cattrs optional, and other cleanupJordan Cook2021-05-264-69/+40
* Fix broken unit tests and add more coverageJordan Cook2021-05-262-10/+21
* Split out serializers and models into separate classesJordan Cook2021-05-264-0/+304