HttpNative

backend.http.HttpNative (Class)

Static Members

http
download(url: String, targetPath: String, done: Function): Void
Name Type
url String
targetPath String
done Function

Private Members

http
downloadToFile(url: String, localPath: String, ?followingLocation: Bool = false): Bool
Name Type Default
url String
localPath String
followingLocation Bool false
Returns
Bool

http
finishDownload(tmpTargetPath: String, targetPath: String, url: String, done: Function): Void
Name Type
tmpTargetPath String
targetPath String
url String
done Function