toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.http.client
/
HttpClientResponse
Http
Client
Response
external
class
HttpClientResponse
(
source
)
Members
Constructors
Http
Client
Response
Link copied to clipboard
constructor
(
message
:
IncomingMessage
)
Properties
message
Link copied to clipboard
var
message
:
IncomingMessage
read
Body
Buffer
Link copied to clipboard
val
readBodyBuffer
:
(
)
->
Promise
<
Buffer
>
?
Functions
read
Body
Link copied to clipboard
fun
readBody
(
)
:
Promise
<
String
>