Skip to content

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.

action: "continue"

Defined in: src/core/protocol.ts:154


optional mutations: Mutation[]

Defined in: src/core/protocol.ts:156

Mutations to apply before continuing to the next policy or upstream.