bb_send
Send custom HTTP requests with full control over method, headers, body, and options. View complete request and response details including redirects and proxy support.
Instructions
手工 HTTP 发包 — 自定义方法/头/Body 发送请求,支持完整请求响应查看
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| proxy | No | ||
| cookie | No | ||
| method | No | GET | |
| headers | No | ||
| timeout | No | ||
| auth_token | No | ||
| content_type | No | ||
| follow_redirects | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |