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
/
PluginRequestContext
Plugin
Request
Context
interface
PluginRequestContext
(
source
)
Members
Properties
method
Link copied to clipboard
abstract
val
method
:
String
path
Parameters
Link copied to clipboard
abstract
val
pathParameters
:
Map
<
String
,
String
>
plugin
Id
Link copied to clipboard
abstract
val
pluginId
:
String
query
Parameters
Link copied to clipboard
abstract
val
queryParameters
:
Map
<
String
,
List
<
String
>
>
raw
Path
Link copied to clipboard
abstract
val
rawPath
:
String
request
Headers
Link copied to clipboard
abstract
val
requestHeaders
:
Map
<
String
,
List
<
String
>
>
request
Id
Link copied to clipboard
abstract
val
requestId
:
String