Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-actions-http-client
/
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
>