/http-echo

Trivial server that prints requests to stdout.

Primary LanguageGoApache License 2.0Apache-2.0

HTTP echo server for inspecting client requests

All it does it print out the request method, path, headers and body to stdout.

Runs on port 8080.