requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
122 stars 22 forks source link

Add attribute `closed` to `CachedResponse` #192

Closed patrick-zippenfenig closed 1 year ago

patrick-zippenfenig commented 1 year ago

Add attribute closed to CachedResponse for compatibility to work with aiohttp-try. Fix #191

JWCook commented 1 year ago

Thank you!