aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/http_header/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/glossary/http_header/index.html
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/glossary/http_header/index.html')
-rw-r--r--files/ko/glossary/http_header/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/glossary/http_header/index.html b/files/ko/glossary/http_header/index.html
index 30a1051acf..50e0c68f04 100644
--- a/files/ko/glossary/http_header/index.html
+++ b/files/ko/glossary/http_header/index.html
@@ -1,10 +1,11 @@
---
title: 헤더
-slug: Glossary/Header
+slug: Glossary/HTTP_header
tags:
- WebMechanics
- 용어
translation_of: Glossary/HTTP_header
+original_slug: Glossary/Header
---
<p><strong>HTTP 헤더</strong>는 부가적인 정보를 전달하는 HTTP 요청 또는 응답 필드로, 메시지나 바디의 의미를 변경하거나 미리 조정합니다. 헤더는 대소문자를 구별하지 않으며, 줄의 처음에서 시작하여 바로 다음에 <code>':'</code>과 헤더에 해당하는 값이 따라옵니다. 값은 다음 CR 또는 메시지의 마지막에서 끝납니다.</p>