toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.http
/
HttpBody
/
Companion
Companion
object
Companion
Members
Functions
form
Link copied to clipboard
fun
form
(
values
:
NameValuePairs
)
:
HttpBody
fun
form
(
vararg
values
:
Pair
<
String
,
Any
>
)
:
HttpBody
fun
form
(
values
:
Map
<
String
,
Any
>
)
:
HttpBody
json
Link copied to clipboard
fun
json
(
json
:
ByteArray
)
:
HttpBody
fun
json
(
json
:
String
)
:
HttpBody