1---
2"*":
3  GET:
4    "*":
5      latency: ${ location.search.index ? env('CONSUL_LATENCY', 60000) : env('CONSUL_LATENCY', 0) }
6      headers:
7        response:
8          X-Consul-Index: ${ parseInt((location.search.index || 1)) + 1}
9