10 |
Service One
11 |
1- GET /hello
12 |
Response:
13 |
{{serviceOneResult}}
14 |
15 |
2- GET /hop/status
16 |
17 |
18 |
Response:
19 |
{{hopResult}}
20 |
21 |
3- GET /message
22 |
23 |
24 |
Response:
25 |
{{messageResult}}
26 |
27 |
4 GET /headers
28 |
29 |
30 |
31 |
Request headers to Downstream Service :
32 |
33 | {{ item.key }} :: {{ item.value }}
34 |
35 |