toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
PlainResponse
Plain
Response
class
PlainResponse
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
contentType
:
String
?
,
val
content
:
String
)
Members
Constructors
Plain
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
contentType
:
String
?
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
content
Type
Link copied to clipboard
val
contentType
:
String
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Code
Link copied to clipboard
val
statusCode
:
Int