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