Class AddRequestHeadersIfNotPresentGatewayFilterFactory

All Implemented Interfaces:
org.springframework.beans.factory.Aware, GatewayFilterFactory<KeyValueConfig>, Configurable<KeyValueConfig>, ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware

public class AddRequestHeadersIfNotPresentGatewayFilterFactory extends AbstractGatewayFilterFactory<KeyValueConfig>
Adds one or more headers to the downstream request’s headers without overriding previous values. If the header is are already present, value(s) will not be set.
Author:
Abel Salgado Romero