proxyHeader property

String? proxyHeader
getter/setter pair

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1.

The default is NONE. Possible string values are:

  • "NONE"
  • "PROXY_V1"

Implementation

core.String? proxyHeader;