Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-actions-http-client
/
actions.http.client
/
TypedResponse
Typed
Response
external
interface
TypedResponse
<
T
>
(
source
)
Members
Properties
headers
Link copied to clipboard
abstract
val
headers
:
<Error class: unknown class>
result
Link copied to clipboard
abstract
val
result
:
T
?
status
Code
Link copied to clipboard
abstract
val
statusCode
:
Number