Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api
/
HttpClient
/
Response
Response
data
class
Response
(
val
statusCode
:
Int
,
val
body
:
ByteArray
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
is
Successful
Link copied to clipboard
val
isSuccessful
:
Boolean
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
body
Link copied to clipboard
inline
fun
<
T
>
body
(
)
:
T
body
As
Text
Link copied to clipboard
fun
bodyAsText
(
)
:
String