Recho - HTTP Request Echo Service v1.3.4 Request ID: 0qoDsuOhXGsFLMLu GET request to / received at 2025-12-08 23:20:27 UTC --- URL Breakdown --- Scheme: https Host: recho.milan.place Path: / --- Request Headers --- accept : */* accept-encoding : gzip, br, zstd, deflate host : recho.milan.place user-agent : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) x-forwarded-for : 216.73.216.107 x-forwarded-host : recho.milan.place x-forwarded-port : 443 x-forwarded-proto : https x-forwarded-server : 257477f9db78 x-real-ip : 216.73.216.107 Browser Detection: Unknown Device Type: Desktop/Unknown Proxy Headers Detected: Yes x-forwarded-for: 216.73.216.107 x-real-ip: 216.73.216.107 --- Request Body --- [Empty Body] --- Response Information --- Request Time: 2025-12-08 23:20:27.091 UTC Response Time: 2025-12-08 23:20:27.091 UTC Processing Time: 0 ms Total Time: 0 ms Current Server Load: 27.0% Response Size: 1212 bytes --- Connection Analysis --- Keep-Alive: No Supported Compression: gzip, br, zstd, deflate TLS: TLS (secure connection) Client IP: 216.73.216.107 User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) --- System Information --- Server: Recho v1.3.4 Rust Version: rustc 1.88.0 (6b00bc388 2025-06-23) Build Time: 2025-07-25T17:54:59.184224001+00:00 Git Commit: unknown Memory Usage: 1.81 MB Container ID: 1cddc8937c6e --- Additional Information --- HTTP Method: GET Method Properties: Read-only, Idempotent, Cacheable HTTP Version: HTTP/1.1 Version Info: HTTP/1.1 (RFC 2616, 1999) --- Help & Options --- Recho Server v1.3.4 - HTTP Request Echo Service Use these parameters to customize the response behavior: Query Parameters: ?set-response-status-code= : Set response status code ?set-response-content-type= : Set response content type ?set-response-delay-ms= : Add delay in milliseconds ?set-response-body-only=true : Return only the request body ?enable-cors=true : Add CORS allow headers ?set-response-headers= : Add custom response headers Header Options (alternative to query params): X-Set-Response-Status-Code : Set response status code X-Set-Response-Content-Type : Set response content type X-Set-Response-Delay-MS : Add delay in milliseconds X-Set-Response-Body-Only : Return only the request body X-Enable-Cors : Add CORS allow headers X-Set-Response-Headers : Add custom response headers Special Routes: /health : Health check endpoint /raw : Display raw request headers in their original format /json : Return structured JSON response with all request details / : Default route with formatted text output (this page) Examples: curl -H "X-Set-Response-Status-Code: 418" https://recho.milan.place/ curl -X POST -d '{"hello":"world"}' https://recho.milan.place/json curl -H "X-Set-Response-Body-Only: true" https://recho.milan.place/raw curl https://recho.milan.place/health