> 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/.http.md).

# http

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

## Description

Http allows you to send a full http request with any configuration

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods>" %}

## Parameters

http takes no parameters

## Usage

```javascript
content = "https://apps.mistium.com/freesubscribers".http("GET",{},{})
// pauses the app execution until the method has received a response or fails
```
