.httpGet()
Description
Parameters
Usage
// handling an syncronous download
content = "url".httpGet()
// pauses the app execution until the method has downloaded the contentLast updated
// handling an syncronous download
content = "url".httpGet()
// pauses the app execution until the method has downloaded the contentLast updated