A simple web server for testing and debugging web infrastructure.
{
"ip": "::ffff:169.254.169.126",
"method": "GET",
"hostname": "dev.hello.kiste.li",
"httpVersion": "1.1",
"userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"referer": null,
"mimeType": "*/*",
"language": null,
"encoding": "gzip, br, zstd, deflate",
"charset": null,
"proxy": null,
"forwarded": "216.73.216.210"
}
{
"headers": {
"host": "dev.hello.kiste.li",
"accept": "*/*",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-cloud-trace-context": "f2d4ac7d72435222eba0158eab90f14f/960598445327363290",
"x-forwarded-proto": "https",
"traceparent": "00-f2d4ac7d72435222eba0158eab90f14f-0d54bb325187acda-00",
"x-forwarded-for": "216.73.216.210",
"forwarded": "for=\"216.73.216.210\";proto=https",
"accept-encoding": "gzip, br, zstd, deflate"
},
"trailers": {}
}
{
"version": "2.0.0-rc.3",
"startupTime": "2026-01-23T08:14:42.812Z",
"httpPort": "8080",
"basePath": "/",
"content": {
"appName": "hello-world-web",
"appVersion": "2.0.0-rc.3",
"appUrl": "https://github.com/eins78/hello-world-web",
"appTitle": "Hello Cloud Run (latest dev)",
"appDescription": "A simple web server for testing and debugging web infrastructure.",
"ciRunUrl": "https://github.com/eins78/hello-world-web/actions/runs/21244255228",
"ciRunNumber": "237",
"ciCommitSha": "fe73492c5ddeb289989c561672e2c349f8f4eda6",
"ciCommitShortSha": "fe73492",
"ciDockerImage": "sha-fe73492c5ddeb289989c561672e2c349f8f4eda6",
"garProjectId": "hello-world-web-474516",
"garLocation": "europe-west6",
"garRepository": "hello-world-web",
"garImageName": "hello-world-web"
}
}
| name | method | path | description |
|---|---|---|---|
| config | GET | /api/config | config as shown above |
| client | GET | /api/client | client info as shown above |
| time | GET | /api/time | current time, e.g. "2001-01-01T01:01:01.001Z" |