From c4fc9f4a5c61d139357070443c423f78fa5ba59c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 28 May 2020 18:11:44 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 72 ++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 3393109c..48b9d1fd 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -155,7 +155,7 @@ Also, you can define your own properties.

spring.cloud.gateway.default-filters

-

null

+

List of filter definitions that are applied to every route.

@@ -165,7 +165,7 @@ Also, you can define your own properties.

spring.cloud.gateway.discovery.locator.filters

-

null

+

null

@@ -180,12 +180,12 @@ Also, you can define your own properties.

spring.cloud.gateway.discovery.locator.predicates

-

null

+

null

spring.cloud.gateway.discovery.locator.route-id-prefix

-

null

+

The prefix for the routeId, defaults to discoveryClient.getClass().getSimpleName() + "_". Service Id will be appended to create the routeId.

@@ -205,12 +205,12 @@ Also, you can define your own properties.

spring.cloud.gateway.filter.remove-hop-by-hop.headers

-

null

+

null

spring.cloud.gateway.filter.remove-hop-by-hop.order

-

null

+

null

@@ -220,7 +220,7 @@ Also, you can define your own properties.

spring.cloud.gateway.filter.request-rate-limiter.empty-key-status-code

-

null

+

HttpStatus to return when denyEmptyKey is true, defaults to FORBIDDEN.

@@ -235,7 +235,7 @@ Also, you can define your own properties.

spring.cloud.gateway.filter.secure-headers.disable

-

null

+

null

@@ -280,42 +280,42 @@ Also, you can define your own properties.

spring.cloud.gateway.globalcors.cors-configurations

-

null

+

null

spring.cloud.gateway.httpclient.connect-timeout

-

null

+

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

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

-

null

+

The max response header size.

spring.cloud.gateway.httpclient.max-initial-line-length

-

null

+

The max initial line length.

spring.cloud.gateway.httpclient.pool.acquire-timeout

-

null

+

Only for type FIXED, the maximum time in millis to wait for aquiring.

spring.cloud.gateway.httpclient.pool.max-connections

-

null

+

Only for type FIXED, the maximum number of connections before starting pending acquisition on existing ones.

spring.cloud.gateway.httpclient.pool.max-idle-time

-

null

+

Time in millis after which the channel will be closed. If NULL, there is no max idle time.

spring.cloud.gateway.httpclient.pool.max-life-time

-

null

+

Duration after which the channel will be closed. If NULL, there is no max life time.

@@ -325,37 +325,37 @@ Also, you can define your own properties.

spring.cloud.gateway.httpclient.pool.type

-

null

+

Type of pool for HttpClient to use, defaults to ELASTIC.

spring.cloud.gateway.httpclient.proxy.host

-

null

+

Hostname for proxy configuration of Netty HttpClient.

spring.cloud.gateway.httpclient.proxy.non-proxy-hosts-pattern

-

null

+

Regular expression (Java) for a configured list of hosts. that should be reached directly, bypassing the proxy

spring.cloud.gateway.httpclient.proxy.password

-

null

+

Password for proxy configuration of Netty HttpClient.

spring.cloud.gateway.httpclient.proxy.port

-

null

+

Port for proxy configuration of Netty HttpClient.

spring.cloud.gateway.httpclient.proxy.username

-

null

+

Username for proxy configuration of Netty HttpClient.

spring.cloud.gateway.httpclient.response-timeout

-

null

+

The response timeout.

@@ -365,12 +365,12 @@ Also, you can define your own properties.

spring.cloud.gateway.httpclient.ssl.close-notify-read-timeout

-

null

+

SSL close_notify read timeout. Default to 0 ms.

spring.cloud.gateway.httpclient.ssl.default-configuration-type

-

null

+

The default ssl configuration type. Defaults to TCP.

@@ -380,22 +380,22 @@ Also, you can define your own properties.

spring.cloud.gateway.httpclient.ssl.key-password

-

null

+

Key password, default is same as keyStorePassword.

spring.cloud.gateway.httpclient.ssl.key-store

-

null

+

Keystore path for Netty HttpClient.

spring.cloud.gateway.httpclient.ssl.key-store-password

-

null

+

Keystore password.

spring.cloud.gateway.httpclient.ssl.key-store-provider

-

null

+

Keystore provider for Netty HttpClient, optional field.

@@ -405,7 +405,7 @@ Also, you can define your own properties.

spring.cloud.gateway.httpclient.ssl.trusted-x509-certificates

-

null

+

Trusted certificates for verifying the remote endpoint’s certificate.

@@ -415,7 +415,7 @@ Also, you can define your own properties.

spring.cloud.gateway.httpclient.websocket.max-frame-payload-length

-

null

+

Max frame payload length.

@@ -445,7 +445,7 @@ Also, you can define your own properties.

spring.cloud.gateway.metrics.tags

-

null

+

Tags map that added to metrics.

@@ -455,7 +455,7 @@ Also, you can define your own properties.

spring.cloud.gateway.redis-rate-limiter.config

-

null

+

null

@@ -480,17 +480,17 @@ Also, you can define your own properties.

spring.cloud.gateway.routes

-

null

+

List of Routes.

spring.cloud.gateway.set-status.original-status-header-name

-

null

+

The name of the header which contains http code of the proxied request.

spring.cloud.gateway.streaming-media-types

-

null

+

null