blob: 6b94bfdca6494daa2eec6d154b6c9022fc00073d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
title: General header (一般ヘッダー)
slug: Glossary/General_header
tags:
- WebMechanics
- 用語集
translation_of: Glossary/General_header
---
<p><strong>一般ヘッダー</strong>は、リクエスト及びレスポンスメッセージの両方で使用できるものの、内容物そのものには適用されない {{glossary('Header', 'HTTP ヘッダー')}}です。使用されている文脈に応じて、一般ヘッダーは{{glossary("Response header", "レスポンスヘッダー")}}又は{{glossary("request header", "リクエストヘッダー")}}のどちらかになります。しかし、{{glossary("entity header", "エンティティヘッダー")}}ではありません。</p>
<p>最も一般的な一般的なヘッダーは、 {{HTTPHeader('Date')}}, {{HTTPheader("Cache-Control")}}, {{HTTPHeader("Connection")}} です。</p>
|