ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
js
ktor-client-core
/
io.ktor.client.fetch
/
Body
Body
js
external
interface
Body
Content copied to clipboard
Functions
Properties
Inheritors
Functions
array
Buffer
Link copied to clipboard
js
abstract
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
Content copied to clipboard
blob
Link copied to clipboard
js
abstract
fun
blob
(
)
:
Promise
<
Blob
>
Content copied to clipboard
form
Data
Link copied to clipboard
js
abstract
fun
formData
(
)
:
Promise
<
FormData
>
Content copied to clipboard
json
Link copied to clipboard
js
abstract
fun
json
(
)
:
Promise
<
Any
>
Content copied to clipboard
text
Link copied to clipboard
js
abstract
fun
text
(
)
:
Promise
<
String
>
Content copied to clipboard
Properties
body
Link copied to clipboard
js
open
var
body
:
ReadableStream
<
Uint8Array
>
?
Content copied to clipboard
bodyUsed
Link copied to clipboard
js
abstract
var
bodyUsed
:
Boolean
Content copied to clipboard
Inheritors
Request
Link copied to clipboard
Response
Link copied to clipboard