mirror of
https://github.com/hashicorp/http-echo
synced 2026-04-05 18:41:24 +00:00
No description
- Go 38.5%
- HCL 28.7%
- Makefile 26.7%
- Dockerfile 6.1%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| .release | ||
| docs | ||
| version | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| handlers.go | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
http-echo
HTTP Echo is a small go web server that serves the contents it was started with as an HTML page.
The default port is 5678, but this is configurable via the -listen flag:
http-echo -listen=:8080 -text="hello world"
Then visit http://localhost:8080/ in your browser.