forwardProxyUri property

String? forwardProxyUri
getter/setter pair

The forward proxy's url to be used by the runtime.

When set, runtime will send requests to the target via the given forward proxy. This is only used by programmable gateways.

Implementation

core.String? forwardProxyUri;