supabase-kt
Toggle table of contents
3.2.6
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
supabase-kt
/
io.github.jan.supabase.network
/
SupabaseHttpClient
/
post
post
inline suspend
fun
post
(
url
:
String
,
crossinline
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
HttpResponse
inline suspend
fun
<
T
>
post
(
url
:
String
,
body
:
T
,
contentType
:
ContentType
=
ContentType.Any
,
crossinline
builder
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
)
:
HttpResponse