# Http Response

## 아이템 블록

항상 Http In 블록 아이템과 쌍을 이루는 아이템 블록입니다. Http In 에서 수신한 요청에 대하여Http Response 를 통해서 응답을 합니다.

<figure><img src="/files/k03LBQLVIxwVEM0a3OuF" alt=""><figcaption></figcaption></figure>

## 설정 팝업

<figure><img src="/files/xyd9dHYZPfagOspVxInw" alt=""><figcaption></figcaption></figure>

## 설정 필드

### Status Code

응답의 결과 코드를 입력합니다.&#x20;

<https://developer.mozilla.org/ko/docs/Web/HTTP/Status> 페이지에서 다양한 HTTP 응답코드를 확인하실 수 있습니다.

### Header

응답 메시지의 헤더를 설정합니다.

* Content-Type
* Location
* Content-Disposition
* 일반 : 위 항목 외에 추가 Header 설정이 필요하다면 Key 와 Value 를 사용자가 직접 입력하여 사용할 수 있습니다.

### 응답 본문

응답하고자 하는 본문을 지정합니다.


---

# 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.apidrag.com/base-control/web-service/http-response.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.
