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