aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/general_header/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/general_header/index.html')
-rw-r--r--files/ko/glossary/general_header/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/ko/glossary/general_header/index.html b/files/ko/glossary/general_header/index.html
new file mode 100644
index 0000000000..0ad3294bd7
--- /dev/null
+++ b/files/ko/glossary/general_header/index.html
@@ -0,0 +1,11 @@
+---
+title: General 헤더
+slug: Glossary/General_header
+tags:
+ - WebMechanics
+ - 용어
+translation_of: Glossary/General_header
+---
+<p><strong>General 헤더</strong>는 요청 및 응답 메시지 모두에서 사용되지만 컨텐츠 자체에는 적용되지 않는 {{glossary('Header', 'HTTP 헤더')}}입니다. 헤더가 사용되고있는 컨텍스트에따라, general 헤더는 {{glossary("Response header", "response")}} 또는 {{glossary("request header", "request 헤더")}}입니다. 하지만, {{glossary("entity header", "entity 헤더")}}는 아닙니다.</p>
+
+<p>가장 흔한 general 헤더는 {{HTTPHeader('Date')}}, {{HTTPheader("Cache-Control")}} 및 {{HTTPHeader("Connection")}} 입니다.</p>