| Package | Description |
|---|---|
| org.springframework.cloud.gateway.filter.factory | |
| org.springframework.cloud.gateway.route.builder |
| Modifier and Type | Method and Description |
|---|---|
SecureHeadersGatewayFilterFactory.Config |
SecureHeadersGatewayFilterFactory.Config.withDefaults(SecureHeadersProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
GatewayFilter |
SecureHeadersGatewayFilterFactory.apply(SecureHeadersGatewayFilterFactory.Config originalConfig) |
| Modifier and Type | Method and Description |
|---|---|
GatewayFilterSpec |
GatewayFilterSpec.secureHeaders(Consumer<SecureHeadersGatewayFilterFactory.Config> configConsumer)
A filter that adds a number of headers to the response at the reccomendation from
this blog
post.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.