aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/general_header
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/vi/glossary/general_header
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/vi/glossary/general_header')
-rw-r--r--files/vi/glossary/general_header/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/files/vi/glossary/general_header/index.html b/files/vi/glossary/general_header/index.html
deleted file mode 100644
index 318407154d..0000000000
--- a/files/vi/glossary/general_header/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-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>