.httpGet()

Description

httpGet tries to download content from the internet.

Parameters

httpGet takes no parameters

Usage

// handling an syncronous download

content = "url".httpGet()
// pauses the app execution until the method has downloaded the content

Last updated