aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/http
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/nl/glossary/http
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/nl/glossary/http')
-rw-r--r--files/nl/glossary/http/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/nl/glossary/http/index.html b/files/nl/glossary/http/index.html
deleted file mode 100644
index d5a6d6df0c..0000000000
--- a/files/nl/glossary/http/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: HTTP
-slug: Glossary/HTTP
-tags:
- - Beginner
- - HTTP
- - infrastructuur
- - woordenlijst
-translation_of: Glossary/HTTP
----
-<p>HyperText Transfer Protocol (<strong>HTTP</strong>) is het onderliggend netwerk {{glossary("protocol")}} dat het mogelijk maakt om hypermediabestanden over te brengen op het {{glossary("World Wide Web","Web")}}. Meestal gebeurt dit tussen een browser en een server. De huidige versie van de HTTP specificatie is {{glossary("HTTP_2", "HTTP/2")}}.</p>
-
-<p>De "http://" of het "schema" , als onderdeel van een {{glossary("URI")}}, staat meestal in het begin van een adres, zoals bijvoorbeeld in "https://developer.mozilla.org", om aan te geven aan de browser dat hij het document moet aanvragen met het HTTP protocol.</p>
-
-<p>Het HTTP protocol is tekstgebaseerd (alle communicatie wordt gedaan in onbewerkte tekst) en is staatloos (geen enkele communicatie is zich bewust van vorige communicaties). Deze eigenschap maakt het ideaal om documenten (websites) te lezen op "the world wide web". Maar HTTP kan ook gebruikt worden als basis voor {{glossary("REST")}} webdiensten van server tot server of {{glossary("AJAX")}} aanvragen binnen websites om ze dynamischer te maken.</p>
-
-<div>
-<h2 id="Meer_informatie">Meer informatie</h2>
-
-<ul>
- <li><a href="/en-US/docs/Web/HTTP">HTTP op MDN</a></li>
- <li>{{interwiki("wikipedia", "Hypertext Transfer Protocol", "HTTP")}} op Wikipedia</li>
-</ul>
-</div>