kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.http
/
HttpBody
/
Companion
/
form
form
fun
form
(
values
:
NameValuePairs
)
:
HttpBody
fun
form
(
values
:
Map
<
String
,
Any
>
)
:
HttpBody
fun
form
(
vararg
values
:
Pair
<
String
,
Any
>
)
:
HttpBody