httpcache
httpcache copied to clipboard
Simple HTTP cache for Python Requests
Hi I have following warning when using your library. venv/lib/python3.8/site-packages/httpcache/compat.py:11 /Users/cobrakai/Projects/woodmac-sdk-python/venv/lib/python3.8/site-packages/httpcache/compat.py:11: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in...
Hi, I've found the following error in function expires_from_cache_control: we setting the duration to None and then trying to convert None to int, and it doesn't work properly. We need...