Rule Handlers
Handlers define the actions that occur when a rule matches. If matchers are the “if” part of a rule, handlers are the “then.”
Once a request matches a rule’s conditions, all handlers configured on that rule execute sequentially in the order they appear.
Handler types
Section titled “Handler types”To learn how to trigger these actions, see Rule Matchers.