From 08ab3cf5e661655ba27a63d1cefd23eeb3a7c811 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 17 Mar 2020 20:07:52 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/appendix.html | 25 +++++++++++++++++++ 2.2.x/reference/html/index.html | 20 +++++++-------- .../reference/html/spring-cloud-gateway.html | 20 +++++++-------- 3 files changed, 45 insertions(+), 20 deletions(-) diff --git a/2.2.x/reference/html/appendix.html b/2.2.x/reference/html/appendix.html index f910c7e5..7e691353 100644 --- a/2.2.x/reference/html/appendix.html +++ b/2.2.x/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

@@ -265,6 +270,16 @@ Also, you can define your own properties.

The connect timeout in millis, the default is 45s.

+

spring.cloud.gateway.httpclient.max-header-size

+ +

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.

@@ -400,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.

@@ -450,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.

diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index 3f434c07..71cf9c86 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -2901,19 +2901,19 @@ or check if an exchange has already been routed.

@@ -2923,19 +2923,19 @@ or check if an exchange has already been routed.

diff --git a/2.2.x/reference/html/spring-cloud-gateway.html b/2.2.x/reference/html/spring-cloud-gateway.html index 3f434c07..71cf9c86 100644 --- a/2.2.x/reference/html/spring-cloud-gateway.html +++ b/2.2.x/reference/html/spring-cloud-gateway.html @@ -2901,19 +2901,19 @@ or check if an exchange has already been routed.

@@ -2923,19 +2923,19 @@ or check if an exchange has already been routed.