summaryrefslogtreecommitdiff
path: root/requests_cache/models/request.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize & improve request normalization functions:Jordan Cook2021-09-201-1/+5
* Some misc docstring editsJordan Cook2021-08-191-1/+0
* Add support for Response.next when 302 responses are cached directlyJordan Cook2021-07-161-1/+13
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-2/+2
* Integrate serializers with backendsJordan Cook2021-06-111-2/+3
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-24/+11
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+51