kenwork
Toggle table of contents
0.5.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kenwork
network-core
/
io.github.maniramezan.kenwork.core
/
KenworkHttpClient
/
create
create
fun
<
T
:
HttpClientEngineConfig
>
create
(
engineFactory
:
HttpClientEngineFactory
<
T
>
,
json
:
Json
=
Json { ignoreUnknownKeys = true }
,
followRedirects
:
Boolean
=
false
)
:
HttpClient
fun
create
(
engine
:
HttpClientEngine
,
json
:
Json
=
Json { ignoreUnknownKeys = true }
,
followRedirects
:
Boolean
=
false
)
:
HttpClient