A lightweight Go web server that serves provided content as an HTML page, ideal for demos and testing.
HTTP Echo is a lightweight Go web server built by HashiCorp that serves the contents provided at startup as an HTML
page. It accepts a -text flag or TEXT environment variable and returns that text as the response body for every
incoming HTTP request.
HTTP Echo is commonly used for:
For more details, visit https://github.com/hashicorp/http-echo.