> For the complete documentation index, see [llms.txt](https://docs.apidrag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apidrag.com/base-control/web-service/http-response.md).

# 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 를 사용자가 직접 입력하여 사용할 수 있습니다.

### 응답 본문

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