aiohttp-client-cache icon indicating copy to clipboard operation
aiohttp-client-cache copied to clipboard

Add optional JSON and YAML serializers for filesystem backend

Open JWCook opened this issue 4 years ago • 0 comments

Based on similar features recently added to requests-cache: https://requests-cache.readthedocs.io/en/stable/user_guide/serializers.html

This is convenient if you want responses in a human-readable/editable format, or if you want to reuse them outside of aiohttp-client-cache (for example, as test data).

JWCook avatar Aug 28 '21 22:08 JWCook