http_check
Check website connectivity by performing HTTP requests and returning detailed timing metrics including DNS resolution, connection time, TLS handshake, TTFB, and total response time along with status codes and headers.
Instructions
Perform an HTTP request and return timing breakdown.
Returns status code, timing (DNS, connect, TLS, TTFB, total), response size, and headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |