fetch_batch
Fetch multiple URLs concurrently using HTTP/2 multiplexing for efficient parallel retrieval.
Instructions
Fetch multiple URLs in parallel with HTTP/2 multiplexing.
Uses connection pooling and multiplexing for maximum efficiency. All URLs are fetched concurrently.
Returns: Results for each URL with timing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |