run_curl
Send HTTP requests with custom method, URL, headers, and data, and receive the full verbose response for debugging or testing.
Instructions
Issue an HTTP request and return the verbose response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Request URL. | |
| data | No | Request body for POST/PUT/PATCH. | |
| method | No | HTTP method. | GET |
| headers | No | Single header string. |