spring:
+ cloud:
+ gateway:
+ routes:
+ - id: set_request_host_header_route
+ uri: http://localhost:8080/headers
+ predicates:
+ - Path=/headers
+ filters:
+ - name: SetRequestHost
+ args:
+ host: example.org
+