Rucho - An echo server and general HTTP request inspector.
- Server 1:https://rucho.org
Production (EKS us-east-2, behind Kong)
MIT License
Rucho - An echo server and general HTTP request inspector.
Production (EKS us-east-2, behind Kong)
MIT License
GET200 OK: Returns a plain text welcome message.Welcome message
This endpoint is useful for debugging and understanding how requests are processed.
It reflects the method, path, query parameters, headers, and body of the request.
200 OK: Successfully echoed the request details as a JSON object.Note: While this handler is registered for /anything and /anything/*path,
the OpenAPI documentation for /anything/*path is handled by anything_path_handler
due to current limitations in utoipa with wildcard path parameters in a single handler.
Set to close to force a Connection: close response and hang up the connection afterward (HTTP/1.1 only; ignored over HTTP/2)
Echoes request details (includes a tls object over HTTPS; a connection field when ?connection=close is set)