aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/general_header/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:29:28 +0100
committerGitHub <noreply@github.com>2021-02-11 18:29:28 +0100
commit964decad361766e85d928a56f0ab80af0e75c172 (patch)
tree64e802be7fd6e93243b93f5813fe7ae2873ac1b3 /files/vi/glossary/general_header/index.html
parent890776270440331dcd24d34dc5e1cef2167aa70a (diff)
parent9201e4212c57af09becda69f17c17a3a34f226c2 (diff)
downloadtranslated-content-964decad361766e85d928a56f0ab80af0e75c172.tar.gz
translated-content-964decad361766e85d928a56f0ab80af0e75c172.tar.bz2
translated-content-964decad361766e85d928a56f0ab80af0e75c172.zip
Merge pull request #61 from fiji-flo/unslugging-vi
Unslugging vi
Diffstat (limited to 'files/vi/glossary/general_header/index.html')
-rw-r--r--files/vi/glossary/general_header/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/vi/glossary/general_header/index.html b/files/vi/glossary/general_header/index.html
new file mode 100644
index 0000000000..318407154d
--- /dev/null
+++ b/files/vi/glossary/general_header/index.html
@@ -0,0 +1,11 @@
+---
+title: General header
+slug: Glossary/General_header
+tags:
+ - C++
+translation_of: Glossary/General_header
+original_slug: Tu-dien-thuat-ngu/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>