toggle menu
common-ext
1.1.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.http
/
SimpleHttpResponse
Simple
Http
Response
data
class
SimpleHttpResponse
(
val
status
:
Int
,
val
headers
:
Map
<
String
,
String
>
,
val
body
:
ByteArray
?
)
Author
CJ
Members
Constructors
Simple
Http
Response
Link copied to clipboard
constructor
(
status
:
Int
,
headers
:
Map
<
String
,
String
>
,
body
:
ByteArray
?
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
status
Link copied to clipboard
val
status
:
Int