Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/payload_header (#16198)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/payload_header
  • Loading branch information
IMHOJEONG authored Oct 10, 2023
1 parent d65d6a1 commit 398db51
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions files/ko/glossary/payload_header/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 페이로드 헤더 (Payload header)
slug: Glossary/Payload_header
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**페이로드 헤더(payload header)** 는 하나 이상의 메시지에서 원래 리소스 {{Glossary("Representation header", "표현")}}의 안전한 전송 및 재구성과 관련된 페이로드 정보를 설명하는 {{Glossary("HTTP_header", "HTTP 헤더")}}입니다. 페이로드 헤더에는 메시지 페이로드의 길이, 이 페이로드에 전달되는 리소스 부분(다중 부분 메시지의 경우), 전송에 적용되는 인코딩, 메시지 무결성 검사 등과 같은 정보가 포함됩니다.

페이로드 헤더는 HTTP 요청 및 응답 메시지 모두(즉, 페이로드 데이터를 전달하는 모든 메시지)에 존재할 수 있습니다.

페이로드 헤더는 {{HTTPHeader("Content-Length")}}, {{HTTPHeader("Content-Range")}}, {{HTTPHeader("Trailer")}} 및 {{HTTPHeader("Transfer-Encoding")}}을 포함합니다.

## 같이 보기

- [모든 HTTP 헤더 목록](/ko/docs/Web/HTTP/Headers)

- {{HTTPHeader("Content-Length")}}
- {{HTTPHeader("Content-Range")}}
- {{HTTPHeader("Trailer")}}
- {{HTTPHeader("Transfer-Encoding")}}
- {{Glossary("Representation header")}}

- [RFC 7231, section 3.3: Payload semantics](https://datatracker.ietf.org/doc/html/rfc7231#section-3.3)

0 comments on commit 398db51

Please sign in to comment.