make_request
Send HTTP requests to any URL with support for GET, POST, PUT, DELETE, and PATCH methods. Optionally include custom headers and JSON body.
Instructions
向任意 URL 发送 HTTP 请求
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 目标 URL | |
| body | No | 可选的 JSON 请求体 | |
| method | Yes | HTTP 请求方法 | |
| headers | No | 可选的 HTTP 请求头 (key: value) |