curl http://localhost:5013/health -v -i
curl http://localhost:5012/health -v -i
curl http://localhost:5011/health -v -i
curl http://localhost:5010/health -v -i
curl http://localhost:5013/connection -v -i
curl http://localhost:5012/connection -v -i
curl http://localhost:5011/connection -v -i
curl http://localhost:5010/connection -v -i
Client side timeout (connection + request time)
curl http://localhost:5013/api/v1/test/delay?delay=10 -v -i --max-time 5
Client side timeout (connection)
curl http://localhost:5013/api/v1/test/delay?delay=10 -v -i --connect-timeout 5
Proxy timeout
curl http://localhost:5010/buffering-off/api/v1/test/delay?delay=10 -v -i --connect-timeout 5
Proxy timeout
curl http://localhost:5010/timeout/api/v1/test/delay?delay=10 -v -i