> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.1/toolbox/communication/http.md).

# HTTP

## Introduction

The **HTTP Nodes** provide a means for the user to perform several actions within the *HTTP* protocol. *HTTP*, or *Hypertext Transfer Protocol*, allows for communication between servers and clients by way of requests and responses using different methods. To use the **HTTP Nodes** in **Incari**, the user needs to locate the [**HTTP Attributes**](/incari-studio/2022.1/modules/project-settings.md#http) in **Project Settings** and add a server. Both *HTTP* and *HTTPS* are supported.

## Contents

* [**Events**](/incari-studio/2022.1/toolbox/communication/http/events.md)
  * [**On HTTP Route**](/incari-studio/2022.1/toolbox/communication/http/events/onhttproute.md)
  * [**On HTTP Server Start**](/incari-studio/2022.1/toolbox/communication/http/events/onhttpserverstart.md)
  * [**On HTTP Server Stop**](/incari-studio/2022.1/toolbox/communication/http/events/onhttpserverstop.md)
* [**HTTP Client**](/incari-studio/2022.1/toolbox/communication/http/httpclient.md)
* [**HTTP Response**](/incari-studio/2022.1/toolbox/communication/http/httpresponse.md)
* [**HTTP Server Start**](/incari-studio/2022.1/toolbox/communication/http/httpserverstart.md)
* [**HTTP Server Stop**](/incari-studio/2022.1/toolbox/communication/http/httpserverstop.md)

## External Links

* More information on [*HTTP*](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) on Wikipedia.
* More information on [*HTTPS*](https://en.wikipedia.org/wiki/HTTPS) on Wikipedia.
