PipelineConfig
Defined in: src/core/types.ts:161
Pipeline: ordered chain of policies leading to an upstream.
Type Parameters
Section titled “Type Parameters”TBindings
Section titled “TBindings”TBindings = Record<string, unknown>
Worker bindings type, propagated from RouteConfig.
Properties
Section titled “Properties”policies?
Section titled “policies?”
optionalpolicies:Policy[]
Defined in: src/core/types.ts:163
Policies executed in order before the upstream
upstream
Section titled “upstream”upstream:
UpstreamConfig<TBindings>
Defined in: src/core/types.ts:165
Upstream target configuration