HTTP Probe
http-probeProbe a URL and return status code, headers, response time, and redirect info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to probe | |
| method | No | HTTP method (HEAD is faster, GET gets body info) | HEAD |
| timeout | No | Timeout in milliseconds | |
| followRedirects | No | Follow redirects (false=show redirect target) |