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
/
KeelRequestContext
Keel
Request
Context
interface
KeelRequestContext
(
source
)
Inheritors
DefaultPluginRequestContext
Members
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
MutableMap
<
String
,
Any
?
>
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
principal
Link copied to clipboard
abstract
var
principal
:
Any
?
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
tenant
Link copied to clipboard
abstract
var
tenant
:
Any
?