> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/networking/.httpget.md).

# httpGet

> ⚠️ **Not implemented in the current OSL CLI.**

## Description

httpGet tries to download content from the internet.

## Parameters

httpGet takes no parameters

## Usage

```javascript
// handling an syncronous download

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