Downloads web content
OperationsDownloads content for the given URLs
function : Download(urls:Vector<Url>, headers:Map<String,String>) ~ Vector<Pair<Url,String>>
Name | Type | Description |
---|---|---|
urls | Vector<Url> | list of URLs to download content from |
headers | Map<String,String> | key/value headers |
Type | Description |
---|---|
Vector<Pair<Url,String>> | map of URLs and content |