requestHeadersToAdd property

List<HttpHeaderOption>? requestHeadersToAdd
getter/setter pair

Headers to add to a matching request before forwarding the request to the backendService.

Implementation

core.List<HttpHeaderOption>? requestHeadersToAdd;