forwardHeaders property

List<String>? forwardHeaders
getter/setter pair

List of the HTTP headers to forward to the extension (from the client or backend).

If omitted, all headers are sent. Each element is a string indicating the header name.

Optional.

Implementation

core.List<core.String>? forwardHeaders;