http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-openfeature-fake
/
org.http4k.connect.openfeature
Package-level
declarations
Types
Functions
Types
Fake
Open
Feature
Link copied to clipboard
class
FakeOpenFeature
(
val
rules
:
MutableList
<
FlagRule
>
=
mutableListOf()
)
:
ChaoticHttpHandler
Flag
Rule
Link copied to clipboard
data
class
FlagRule
(
val
key
:
FlagKey
,
val
value
:
Any
?
,
val
matches
:
(
EvaluationContext
)
->
Boolean
=
{ true }
,
val
reason
:
Reason
=
TARGETING_MATCH
)
Functions
main
Link copied to clipboard
fun
main
(
)