home

Routes

HTTP endpoints currently exposed by the raw TCP server.

get /

Returns project metadata, owner details, and supported routes.

snippet

get /health

Simple health probe for uptime and smoke tests.

snippet

get /about

Owner profile and contact links.

snippet

post /echo

Echoes request bodies back to the caller for quick transport checks.

snippet