You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/_configprops.adoc
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@
151
151
|spring.cloud.gateway.server.webflux.set-status.original-status-header-name | | The name of the header which contains http code of the proxied request.
|spring.cloud.gateway.server.webflux.trusted-proxies | | Regular expression defining proxies that are trusted when they appear in a Forwarded or X-Forwarded header.
154
+
|spring.cloud.gateway.server.webflux.version.default-version | | The defaultVersion.
155
+
|spring.cloud.gateway.server.webflux.version.detect-supported-versions | `+++true+++` | Flag whether to use API versions that appear in mappings for supported version validation (true), or use only explicitly configured versions (false). Defaults to true.
156
+
|spring.cloud.gateway.server.webflux.version.header-name | | The header name used to extract the API Version.
157
+
|spring.cloud.gateway.server.webflux.version.media-type | | The media type name used to extract the API Version.
158
+
|spring.cloud.gateway.server.webflux.version.media-type-param-name | | The media type parameter name used to extract the API Version.
159
+
|spring.cloud.gateway.server.webflux.version.path-segment | | The index of a path segment used to extract the API Version.
160
+
|spring.cloud.gateway.server.webflux.version.request-param-name | | The request parameter name used to extract the API Version.
0 commit comments