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
/
AbstractRestClient
/
post
post
context
(
_
:
Raise
<
RestClientErrorSpec
>
)
inline suspend
fun
<
T
,
B
>
post
(
uri
:
String
,
body
:
B
,
crossinline
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
T
(
source
)