http_request
Send HTTP requests to any URL with customizable method, headers, and body for API testing or data retrieval.
Instructions
Make an HTTP request with customizable method, headers, and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The target URL. | |
| body | No | Request body string. | |
| method | No | GET | |
| headers | No | JSON object of headers. |