elasticmagic-kt
0.0.30
common
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
)
Constructors
Properties
Constructors
Plain
Response
Link copied to clipboard
fun
PlainResponse
(
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