NAME
http-debug-server
—
A simple HTTP server that logs requests
to the standard output.
DESCRIPTION
http-debug-server
spins up an HTTP server,
listening on port 8008, in the exact same manner as Telodendria itself. Any
request it receives is written to the standard output, and an empty JSON
object is returned to the client.
This command exists just to test the HTTP server API during development. It probably serves no other practical purpose.