1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- upstreams: httpbin: url: http://httpbin.org/ check: image: archlinux cmds: - 'curl -X GET "http://httpbin.org/anything?hello=world" -H "accept: application/json"' routes: - type: proxy args: upstream: httpbin