blob: e6ac4493a952c01626cae9ffe4a772bd5baf282d (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
title: General header
slug: Tu-dien-thuat-ngu/General_header
tags:
- C++
translation_of: Glossary/General_header
---
<p>A <strong>general header</strong> is an {{glossary('Header', 'HTTP header')}} that can be used in both request and response messages but doesn't apply to the content itself. Depending on the context they are used in, general headers are either {{glossary("Response header", "response")}} or {{glossary("request header", "request headers")}}. However, they are not {{glossary("entity header", "entity headers")}}.</p>
<p>The most common general headers are {{HTTPHeader('Date')}}, {{HTTPheader("Cache-Control")}} or {{HTTPHeader("Connection")}}.</p>
|