http_request
Send HTTP requests to any URL with custom method, headers, body, and timeout. Supports GET, POST, PUT, DELETE, PATCH.
Instructions
Make HTTP request with custom headers and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| method | No | HTTP method (GET, POST, PUT, DELETE, PATCH) | GET |
| headers | No | JSON string of headers | {} |
| body | No | Request body (for POST/PUT/PATCH) | |
| timeout | No | Request timeout in seconds (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |