ktor-client-core
Toggle table of contents
3.3.3
common
Target filter
common
Switch theme
Search in API
Skip to content
ktor-client-core
ktor-client-core
/
io.ktor.client.plugins.cache
/
HttpCache
/
Companion
/
prepare
prepare
open
override
fun
prepare
(
block
:
HttpCache.Config
.
(
)
->
Unit
)
:
HttpCache
(
source
)
Builds a
TPlugin
by calling the
block
with a
TConfig
config instance as receiver.
Report a problem