Skip to main content

batch_fetch_with_options

Function batch_fetch_with_options 

Source
pub async fn batch_fetch_with_options(
    requests: Vec<FetchRequest>,
    options: FetchOptions,
    concurrency: Option<usize>,
) -> Vec<Result<FetchResponse, FetchError>>
Expand description

Fetch multiple URLs concurrently with custom options.

Each URL is processed independently with the shared options. Returns results in the same order as input requests.