traffic_read_body
Read HTTP request or response body content in chunks to analyze large payloads from Android device traffic captured by the proxy server.
Instructions
分片读取请求体或响应体。用于查看大内容,支持分页读取。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | 请求 ID | |
| field | No | 读取字段:request_body 或 response_body(默认) | response_body |
| offset | No | 起始位置,默认 0 | |
| length | No | 读取长度,默认 4000 字符 |