Description
Runs an HTTP request and response service useful for testing clients and APIs. It can echo request data, return sample responses, and help developers understand how HTTP calls are being sent.
It is useful for development, demos, integration tests, debugging proxies, and learning HTTP behavior. Do not expose a test service publicly without controls, because echoed requests may reveal headers or sensitive data.