Browse Source

Bumping versions

pull/2154/head
buildmaster 4 years ago
parent
commit
ed7fe4d08e
  1. 3
      spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/route/builder/GatewayFilterSpec.java

3
spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/route/builder/GatewayFilterSpec.java

@ -354,7 +354,8 @@ public class GatewayFilterSpec extends UriSpec { @@ -354,7 +354,8 @@ public class GatewayFilterSpec extends UriSpec {
/**
* A filter that will set the Host header to
* {@param hostName} on the outgoing request.
* {@param hostName} on the outgoing
* request.
* @param hostName the updated Host header value
* @return a {@link GatewayFilterSpec} that can be used to apply additional filters
*/

Loading…
Cancel
Save