toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.http
/
Body
Body
sealed
external
interface
Body
(
source
)
Inheritors
Request
Response
Members
Properties
body
Link copied to clipboard
open
val
body
:
ReadableStream
<
Uint8Array
<
*
>
>
?
MDN Reference
body
Used
Link copied to clipboard
open
val
bodyUsed
:
Boolean
MDN Reference
Functions
array
Buffer
Link copied to clipboard
open
suspend
fun
arrayBuffer
(
)
:
ArrayBuffer
MDN Reference
array
Buffer
Async
Link copied to clipboard
open
fun
arrayBufferAsync
(
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
open
suspend
fun
blob
(
)
:
Blob
MDN Reference
blob
Async
Link copied to clipboard
open
fun
blobAsync
(
)
:
Promise
<
Blob
>
bytes
Link copied to clipboard
open
suspend
fun
bytes
(
)
:
Uint8Array
<
*
>
MDN Reference
bytes
Async
Link copied to clipboard
open
fun
bytesAsync
(
)
:
Promise
<
Uint8Array
<
*
>
>
form
Data
Link copied to clipboard
open
suspend
fun
formData
(
)
:
FormData
MDN Reference
form
Data
Async
Link copied to clipboard
open
fun
formDataAsync
(
)
:
Promise
<
FormData
>
json
Link copied to clipboard
open
suspend
fun
json
(
)
:
Any
?
MDN Reference
json
Async
Link copied to clipboard
open
fun
jsonAsync
(
)
:
Promise
<
*
>
text
Link copied to clipboard
open
suspend
fun
text
(
)
:
String
MDN Reference
text
Async
Link copied to clipboard
open
fun
textAsync
(
)
:
Promise
<
String
>