I would like to override the behavior of `io.ktor....
# ktor
r
I would like to override the behavior of
io.ktor.client.features.cache.HttpCache
to serve stale content if origin responds with 503. One idea was to create my own implementation of
io.ktor.client.features.cache.storage.HttpCacheStorage
Any ideas how? Basically overriding
HttpCacheEntry.shouldValidate()
but all these classes seem internal