proxyHeader property

String? proxyHeader
final

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. Check the ProxyHeader enum for the list of possible values.

Implementation

final String? proxyHeader;