http_request
Send HTTP requests (GET, POST, PUT, DELETE, PATCH) with custom headers, body, and timeout to interact with APIs or web services.
Instructions
Make HTTP request (GET/POST/PUT/DELETE/PATCH) with headers and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL. | |
| body | No | Request body. | |
| method | No | HTTP method. Default: GET. | |
| headers | No | Request headers. | |
| timeout | No | Timeout ms. Default: 30000. |