diff --git a/reference/html/appendix.html b/reference/html/appendix.html index d187f4fa..7e691353 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -180,6 +180,11 @@ Also, you can define your own properties.
Enables gateway functionality.
spring.cloud.gateway.fail-on-route-definition-error
true
Option to fail on route definition errors, defaults to true. Otherwise, a warning is logged.
spring.cloud.gateway.filter.remove-hop-by-hop.headers
The max response header size.
spring.cloud.gateway.httpclient.max-initial-line-length
The max initial line length.
spring.cloud.gateway.httpclient.pool.acquire-timeout
Only for type FIXED, the maximum time in millis to wait for aquiring.
Max frame payload length.
spring.cloud.gateway.httpclient.websocket.proxy-ping
true
Proxy ping frames to downstream services, defaults to true.
spring.cloud.gateway.httpclient.wiretap
false
Enables wiretap debugging for Netty HttpClient.
The name of the header that returns the replenish rate configuration.
spring.cloud.gateway.redis-rate-limiter.requested-tokens-header
X-RateLimit-Requested-Tokens
The name of the header that returns the requested tokens configuration.
spring.cloud.gateway.routes
List of Routes.