FakeOpenFeature

class FakeOpenFeature(val rules: MutableList<FlagRule> = mutableListOf()) : ChaoticHttpHandler(source)

Constructors

Link copied to clipboard
constructor(rules: MutableList<FlagRule> = mutableListOf())

Types

Link copied to clipboard
inner class RuleBuilder

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun set(key: FlagKey, value: Any?)