Skip to content

UpstreamConfig

UpstreamConfig<TBindings> = UrlUpstream | ServiceBindingUpstream<TBindings> | HandlerUpstream

Defined in: src/core/types.ts:173

Upstream target - where the request is forwarded.

TBindings = Record<string, unknown>

Worker bindings type, constrains ServiceBindingUpstream.service.