No description
  • Go 38.5%
  • HCL 28.7%
  • Makefile 26.7%
  • Dockerfile 6.1%
Find a file
oss-core-libraries-dashboard[bot] 767bbd9c3d
[COMPLIANCE] Update Copyright and License Headers (#26)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-18 16:15:47 -05:00
.github update ownership to Nomad team 2025-12-17 09:30:07 -08:00
.release bulid: fix ci config location 2023-10-10 16:43:58 -04:00
docs docs(release): add release process 2023-10-10 18:27:47 -04:00
version [COMPLIANCE] Update Copyright and License Headers (#26) 2025-12-18 16:15:47 -05:00
.gitignore build: refactor and GHA to build for CRT 2023-10-10 12:43:54 -04:00
Dockerfile [COMPLIANCE] Update Copyright and License Headers (#26) 2025-12-18 16:15:47 -05:00
go.mod build: refactor and GHA to build for CRT 2023-10-10 12:43:54 -04:00
handlers.go [COMPLIANCE] Update Copyright and License Headers (#26) 2025-12-18 16:15:47 -05:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#26) 2025-12-18 16:15:47 -05:00
main.go [COMPLIANCE] Update Copyright and License Headers (#26) 2025-12-18 16:15:47 -05:00
Makefile build: refactor and GHA to build for CRT 2023-10-10 12:43:54 -04:00
README.md Change API to accept option instead 2016-09-27 18:38:39 -07:00

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.