requestHeaderModifier property

HttpRouteHeaderModifier? requestHeaderModifier
getter/setter pair

The specification for modifying the headers of a matching request prior to delivery of the request to the destination.

If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.

Implementation

HttpRouteHeaderModifier? requestHeaderModifier;