# HTTP Response

## Overview

![The HTTP Response Node.](/files/-MiVy0i9FWL7l6q0JAar)

The **HTTP Response Node** allows the user to define a response to be sent after a request is made.

## Attributes

| Attribute       | Type             | Description                                                                                  |
| --------------- | ---------------- | -------------------------------------------------------------------------------------------- |
| `Configuration` | **Drop-down**    | The desired *HTTP* server.                                                                   |
| `Header`        | **Add elements** | Here a status code is entered and *HTTP* headers, in the form of key/value pairs, are added. |
| `Body`          | **User Input**   | The body of the response, usually including *HTML* text.                                     |

## Inputs

| Input             | Type           | Description                                                                                      |
| ----------------- | -------------- | ------------------------------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.                            |
| `Request ID`      | **CustomID**   | The unique ID of the request.                                                                    |
| `StatusCode`      | **Int**        | A standard status code within the *HTTP* protocol. For example, 404 is when a page is not found. |
| `Headers`         | **Dictionary** | Parameters of the call in the form of key/value pairs.                                           |
| `Body`            | **String**     | The body of the response, usually including *HTML* text.                                         |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## External Links

* [*HTTP Responses*](https://www.toolsqa.com/client-server/http-response/)


---

# 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://docs.incari.com/incari-studio/2021.3/toolbox/communication/http/httpresponse.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.
