fetch_chunk
Retrieve a specific byte range from a URL to handle large files in manageable chunks, enabling partial downloads and targeted data access.
Instructions
Fetch a byte range from a URL (chunked HTTP fetch)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP/HTTPS URL to fetch | |
| start | No | Start byte offset (default 0) | |
| length | No | Number of bytes to fetch (default 65536) | |
| headers | No | Optional request headers |