Makes an asynchronous attempt to perform a GET request to one or more URLs.
If multiple URLs are provided, it resolves with the first successful response.
Type Parameters
T
Parameters
urls: string | string[]
A single URL or an array of URLs to attempt the GET request.
Makes an asynchronous attempt to perform a GET request to one or more URLs. If multiple URLs are provided, it resolves with the first successful response.