Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for the header mutation filter. The mutation rules in the filter configuration will always be applied first and then the per-route mutation rules, if both are specified.
If per route HeaderMutationPerRoute config is configured at multiple route levels, header mutations at all specified levels are evaluated. By default, the order is from most specific (i.e. route entry level) to least specific (i.e. route configuration level). Later header mutations may override earlier mutations. This order can be reversed by setting this field to true. In other words, most specific level mutation is evaluated last.
Per route configuration for the header mutation filter.
Used in:
,The request mutations are applied before the request is forwarded to the upstream cluster.
The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.
The response mutations are applied before the response is sent to the downstream client.