ktkit
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ktkit
ktkit-ktor-httpclient
/
io.github.smyrgeorge.ktkit.ktor.httpclient.impl
/
RestClient
/
RestClient
Rest
Client
constructor
(
json
:
Json
,
baseUrl
:
String
=
""
,
client
:
HttpClient
=
HttpClientFactory.create(json = json)
,
mapError
:
context
(
Raise
<
RestClientErrorSpec
>
)
suspend
HttpResponse
.
(
)
->
RestClientErrorSpec
)
(
source
)