Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
PluginResult
Plugin
Result
data
class
PluginResult
<
T
>
(
val
status
:
Int
=
200
,
val
headers
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
val
body
:
T
?
=
null
)
(
source
)
Members
Constructors
Plugin
Result
Link copied to clipboard
constructor
(
status
:
Int
=
200
,
headers
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
body
:
T
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
T
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Link copied to clipboard
val
status
:
Int