kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
core
/
dev.kdriver.core.network
/
FetchInterception
/
use
use
abstract
suspend
fun
<
R
>
use
(
block
:
suspend
FetchInterception
.
(
)
->
R
)
:
R
Start intercepting fetch responses matching the pattern, run
block
, and clean up after.