# 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**](https://docs.incari.com/incari-studio/2022.1/modules/project-settings#http) in **Project Settings** and add a server. Both *HTTP* and *HTTPS* are supported.

## Contents

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

## 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.
