For the complete documentation index, see llms.txt. This page is also available as Markdown.

httpGet

⚠️ Not implemented in the current OSL CLI.

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