KtSoup
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
KtSoup
ktsoup-ktor
/
ktsoup
/
withClientConfig
with
Client
Config
fun
KtSoupParser
.
withClientConfig
(
block
:
HttpClientConfig
<
*
>
.
(
)
->
Unit
)
:
KtSoupParser
Create a new
KtSoupParser
that will use a
HttpClient
configured by
block
with
parseRemote
.