tapik
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tapik
core
/
dev.akif.tapik
/
Response0
Response0
data
class
Response0
<
B
>
(
val
status
:
Status
,
val
body
:
B
)
:
Response
<
B
>
(
source
)
Response carrying a body.
Members
Constructors
Response0
Link copied to clipboard
constructor
(
status
:
Status
,
body
:
B
)
Properties
body
Link copied to clipboard
val
body
:
B
decoded response body.
status
Link copied to clipboard
open
override
val
status
:
Status
status code returned by the server.