Running tests...
| Endpoint | Via Proxy | Status | Response Time | Error |
|---|---|---|---|---|
| {{ test.url }} |
{{ test.useProxy ? "Yes" : "No" }}
|
{{ test.success ? "✓" : "✗" }}
{{ test.status || "N/A" }}
|
{{ test.responseTime }}ms | {{ test.error?.message || "-" }} |
| Test Type | Via Proxy | Status | Response Time | Error |
|---|---|---|---|---|
| {{ formatTestName(key) }} |
{{ test.useProxy ? "Yes" : "No" }}
|
{{ test.success ? "✓" : "✗" }}
{{ test.status || "N/A" }}
|
{{ test.responseTime }}ms | {{ test.error?.message || "-" }} |
{{
JSON.stringify(testData.tests.httpClient.data, null, 2)
}}
{{
JSON.stringify(testData.tests.proxyAgent.data, null, 2)
}}
{{ JSON.stringify(testData, null, 2) }}