A basic nodejs express project for http testing/debugging (ex : gateway downstream)
It reflects incoming request in response in json format.
Host and port can be configured by setting up these environment variables :
- HTTP_ECHO_PORT (default: 80)
- HTTP_ECHO_HOST (default: 0.0.0.0)