Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]: add index.md for web/glossary/payload_header #16198

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)