All Bundles

WebDownloader

Downloads web content

Operations

Download

Downloads content for the given URLs

function : Download(urls:Vector<Url>, headers:Map<String,String>) ~ Vector<Pair<Url,String>>
Parameters
NameTypeDescription
urlsVector<Url>list of URLs to download content from
headersMap<String,String>key/value headers

Return
TypeDescription
Vector<Pair<Url,String>>map of URLs and content