PolicyContinue
Defined in: src/core/protocol.ts:153
Allow processing to continue, optionally with mutations.
Equivalent to await next() in HTTP middleware, or ext_proc
CommonResponse with header/body mutations.
Properties
Section titled “Properties”action
Section titled “action”action:
"continue"
Defined in: src/core/protocol.ts:154
mutations?
Section titled “mutations?”
optionalmutations:Mutation[]
Defined in: src/core/protocol.ts:156
Mutations to apply before continuing to the next policy or upstream.