Description
Runs a very small HTTP server that always replies with a fixed body and response code. It is useful for testing clients, health checks, load balancers, scripts, or error handling without building a real backend.
Use it in development and diagnostics, not as a production web server. Be careful when binding to public interfaces, because even a simple test server can reveal behavior or be abused.