Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
:
<Error class: unknown class>
)
Properties
message
Link copied to clipboard
var
message
:
<Error class: unknown class>
read
Body
Buffer
Link copied to clipboard
val
readBodyBuffer
:
(
)
->
<Error class: unknown class>
<
<Error class: unknown class>
<
out
<Error class: unknown class>
>
>
?
Functions
read
Body
Link copied to clipboard
fun
readBody
(
)
:
<Error class: unknown class>
<
String
>