From 7b453b12eab3129fde04bfd32e1b82d5ad7cf91e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 26 May 2020 18:12:45 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 106 +++++++++++++++++------------------ 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index cca7a393..3393109c 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,8 +165,8 @@ Also, you can define your own properties.

spring.cloud.gateway.discovery.locator.filters

- - +

null

+

null

spring.cloud.gateway.discovery.locator.include-expression

@@ -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,13 +205,13 @@ 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

spring.cloud.gateway.filter.request-rate-limiter.deny-empty-key

@@ -220,53 +220,53 @@ 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.

spring.cloud.gateway.filter.secure-headers.content-security-policy

default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'

- +

null

spring.cloud.gateway.filter.secure-headers.content-type-options

nosniff

- +

null

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

- - +

null

+

null

spring.cloud.gateway.filter.secure-headers.download-options

noopen

- +

null

spring.cloud.gateway.filter.secure-headers.frame-options

DENY

- +

null

spring.cloud.gateway.filter.secure-headers.permitted-cross-domain-policies

none

- +

null

spring.cloud.gateway.filter.secure-headers.referrer-policy

no-referrer

- +

null

spring.cloud.gateway.filter.secure-headers.strict-transport-security

max-age=631138519

- +

null

spring.cloud.gateway.filter.secure-headers.xss-protection-header

1 ; mode=block

- +

null

spring.cloud.gateway.forwarded.enabled

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

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

spring.cloud.gateway.loadbalancer.use404

false

- +

null

spring.cloud.gateway.metrics.enabled

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

spring.cloud.gateway.metrics.tags

- +

null

Tags map that added to metrics.

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

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

- - +

null

+

null

spring.cloud.gateway.redis-rate-limiter.include-headers

@@ -480,18 +480,18 @@ 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

spring.cloud.gateway.x-forwarded.enabled