kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.http
/
HttpBody
/
Companion
/
form
form
fun
form
(
values
:
NameValuePairs
)
:
HttpBody
Content copied to clipboard
fun
form
(
values
:
Map
<
String
,
Any
>
)
:
HttpBody
Content copied to clipboard
fun
form
(
vararg
values
:
Pair
<
String
,
Any
>
)
:
HttpBody
Content copied to clipboard