summaryrefslogtreecommitdiff
path: root/requests_cache/models/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-1/+1
|
* Improve output for all models when printed or logged with richJordan Cook2022-04-191-0/+1
|
* Add an intermediate wrapper class, OriginalResponse, to provide type hints ↵Jordan Cook2022-04-011-2/+2
| | | | for extra attributes set on requests.Response objects
* Reorganize & improve request normalization functions:Jordan Cook2021-09-201-2/+3
| | | | | | | | | | | | * Handle all normalization in `cache_keys` module, get rid of `normalize_dict()` function used in `CachedSession` * Reorganize `cache_keys` helper functions into the following: * `normalize_request()` * `normalize_url()` * `normalize_headers()` * `normalize_params()` * `normalize_body()` * `normalize_json_body()` * `redact_response()`
* Better serializer docsJordan Cook2021-08-201-0/+1
|
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-1/+8
|
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-12/+0
|
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+16