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
Kenwork
Http
Client
object
KenworkHttpClient
Shared KMP client policy. Products provide the platform engine and own request semantics.
Members
Functions
create
Link copied to clipboard
fun
create
(
engine
:
HttpClientEngine
,
json
:
Json
=
Json { ignoreUnknownKeys = true }
,
followRedirects
:
Boolean
=
false
)
:
HttpClient
fun
<
T
:
HttpClientEngineConfig
>
create
(
engineFactory
:
HttpClientEngineFactory
<
T
>
,
json
:
Json
=
Json { ignoreUnknownKeys = true }
,
followRedirects
:
Boolean
=
false
)
:
HttpClient