# HTTP

## Utility

### ASYNC Has Internet Check

<div data-full-width="false"><figure><img src="/files/Mo1GzkQEeBjdL8AANwDJ" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}

### ASYNC Has Internet Check

## Overview

This utility checks whether the user's system is currently connected to the internet. It does this by performing a lightweight HTTP request to [**https://www.google.com**](https://www.google.com/). If the request is successful, the node returns **true** otherwise, it returns **false**.

## Inputs

**None.**

## Outputs

* **Success** – Executes If the user has a valid internet connection.
* **False** – Executes If the user does not have a valid internet connection.
* **Has Internet** – A Boolean output: **true** if the system is online, **false** otherwise.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.uforge.co.uk/websocket-pro/documentation/http.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
