UpstreamConfig
UpstreamConfig<
TBindings> =UrlUpstream|ServiceBindingUpstream<TBindings> |HandlerUpstream
Defined in: src/core/types.ts:173
Upstream target - where the request is forwarded.
Type Parameters
Section titled “Type Parameters”TBindings
Section titled “TBindings”TBindings = Record<string, unknown>
Worker bindings type, constrains ServiceBindingUpstream.service.