eSCLKt
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
eSCLKt
eSCLKt
/
io.github.chrisimx.esclkt
/
ESCLHttpCallResult
/
Success
Success
data
class
Success
<
T
>
(
val
body
:
T
,
val
response
:
HttpResponse
)
:
ESCLHttpCallResult
<
T
>
Represents successful network responses (2xx).
Members
Constructors
Success
Link copied to clipboard
constructor
(
body
:
T
,
response
:
HttpResponse
)
Properties
body
Link copied to clipboard
val
body
:
T
response
Link copied to clipboard
val
response
:
HttpResponse