Rule Group Json Body
data class RuleGroupJsonBody(val invalidFallbackBehavior: RuleGroupBodyParsingFallbackBehavior? = null, val matchPattern: RuleGroupJsonMatchPattern, val matchScope: RuleGroupJsonMatchScope, val oversizeHandling: RuleGroupOversizeHandling? = null)
Inspect the request body as JSON. The request body immediately follows the request headers.
Constructors
Link copied to clipboard
fun RuleGroupJsonBody(invalidFallbackBehavior: RuleGroupBodyParsingFallbackBehavior? = null, matchPattern: RuleGroupJsonMatchPattern, matchScope: RuleGroupJsonMatchScope, oversizeHandling: RuleGroupOversizeHandling? = null)