summaryrefslogtreecommitdiff
path: root/requests_cache/session.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect debug message for skipping cache writeJordan Cook2021-09-151-1/+2
* Add note about 'cache_name' argument usage in init_backend()Jordan Cook2021-09-061-1/+1
* Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-061-8/+8
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-061-1/+2
* Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...Jordan Cook2021-09-061-4/+4
* Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-281-1/+2
* Add another Quickstart example to briefly introduce some optionsJordan Cook2021-08-281-4/+6
* Enable conditional requests by defaultJordan Cook2021-08-261-1/+1
* Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...Jordan Cook2021-08-251-5/+5
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-1/+15
* Some misc docstring editsJordan Cook2021-08-191-4/+4
* Add support for custom cache keysJordan Cook2021-08-141-2/+4
* Add support for Last-Modified + If-Modified-Since headersJordan Cook2021-08-141-42/+41
* Add support for ETag + If-None-Match headersJordan Cook2021-08-141-2/+14
* Convert CacheActions into an attrs classJordan Cook2021-08-141-2/+2
* Replace some 'type: ignore' statements with better type hintingJordan Cook2021-08-141-1/+1
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-2/+0
* Add better examples for using requests-cache with requests-mockJordan Cook2021-08-071-1/+1
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-4/+5
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-12/+23
* Merge 0.6.4 hotfix into masterJordan Cook2021-06-041-1/+1
* Split out serializers and models into separate classesJordan Cook2021-05-261-2/+2
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-106/+94
* Log the original exception when returning stale dataMarius Gedminas2021-05-071-1/+1
* Remove spurious logger.exception()Marius Gedminas2021-05-061-1/+0
* Add support for caching multipart file uploadsJordan Cook2021-04-301-1/+16
* Add support for bypassing the cache if expire_after=0Jordan Cook2021-04-291-6/+13
* Include this behavior in old_data_on_error instead, to avoid complicationsJordan Cook2021-04-231-5/+1
* Add raise_for_status optionJordan Cook2021-04-231-2/+9
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-3/+3
* Add option to manually cache response objectsJordan Cook2021-04-191-1/+1
* Add warning about cache_disabled() not being thread-safe, and use a lock for ...Jordan Cook2021-04-171-5/+14
* Demote most logging.info statements to debugJordan Cook2021-04-101-4/+4
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-14/+14
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-0/+263