http_cache_client 1.0.2
http_cache_client: ^1.0.2 copied to clipboard
HTTP cache client with multiple stores respecting HTTP directives (or not).
1.0.2 #
- fix: BaseRequest now has
headers
getter instead ofheaderValuesAsList
. - chore: Updated dependencies.
1.0.1 #
- fix: Improve cache save time.
- fix: Improve request date assignment.
- fix: bump http to ^1.2.0
- fix:
CacheOptions#maxStale
usage may lead to empty response body. - feat: Improve performance on cache check when using cipher.
1.0.0 #
- Initial version.