From 8d4a3690027c9fa97a7e6b7bd44b97b9611aab3f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 3 Mar 2020 18:09:23 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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

@@ -270,6 +275,11 @@ Also, you can define your own properties.

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.

@@ -405,6 +415,11 @@ Also, you can define your own properties.

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.

@@ -455,6 +470,11 @@ Also, you can define your own properties.

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.