23 lines
515 B
YAML
23 lines
515 B
YAML
default:
|
|
default-filters:
|
|
- AddResponseHeader=X-Response-Default-Foo, Default-Bar
|
|
routes:
|
|
|
|
- id: path_route
|
|
uri: http://httpbin.org:80/get
|
|
order: 10
|
|
predicates:
|
|
- Path=/get
|
|
- Header=XX, \d+
|
|
# - id: redirect_to
|
|
# uri: http://localhost/test/**
|
|
# order: 11
|
|
# filters:
|
|
# - RedirectTo=302, http://httpbin.org:80/get
|
|
dubbo:
|
|
routes:
|
|
- id: test
|
|
path: /dubbo/hello
|
|
interface: ocean.demo.api.IExchange
|
|
version: 1.0.0
|
|
|