responseHeaderModifier property

HttpRouteHeaderModifier? responseHeaderModifier
getter/setter pair

The specification for modifying the headers of a response prior to sending the response back to the client.

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.

Optional.

Implementation

HttpRouteHeaderModifier? responseHeaderModifier;