Merge branch '2.2.x'

This commit is contained in:
spencergibb
2020-09-25 14:23:25 -04:00

View File

@@ -459,7 +459,7 @@ Route filters allow the modification of the incoming HTTP request or outgoing HT
Route filters are scoped to a particular route.
Spring Cloud Gateway includes many built-in GatewayFilter Factories.
NOTE: For more detailed examples of how to use any of the following filters, take a look at the https://github.com/spring-cloud/spring-cloud-gateway/tree/master/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests].
NOTE: For more detailed examples of how to use any of the following filters, take a look at the https://github.com/spring-cloud/spring-cloud-gateway/tree/master/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests].
=== The `AddRequestHeader` `GatewayFilter` Factory