aboutsummaryrefslogtreecommitdiff
path: root/files/nl/web/http/status/100/index.html
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/web/http/status/100/index.html
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/web/http/status/100/index.html')
-rw-r--r--files/nl/web/http/status/100/index.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/files/nl/web/http/status/100/index.html b/files/nl/web/http/status/100/index.html
deleted file mode 100644
index 366ce793ea..0000000000
--- a/files/nl/web/http/status/100/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
----
-title: 100 Continue
-slug: Web/HTTP/Status/100
-tags:
- - HTTP
- - Informatief
- - Status code
-translation_of: Web/HTTP/Status/100
----
-<div>{{HTTPSidebar}}</div>
-
-<div>De HTTP <strong><code>100 Continue</code></strong> informatie status reactie code geeft aan dat alles tot nu toe in orde is en dat de client door moet gaan met de aanvraag of het moet negeren wanneer deze al is afgerond.</div>
-
-<div> </div>
-
-<div>Om een server de request's headers te laten checken, moet een client een {{HTTPHeader("Expect")}} <code>: 100-continue</code> versturen als een header in zijn originele aanvraag en een <code>100 Continue</code> status code ontvangen in de reactie voor dat de body wordt verstuurd.</div>
-
-<h2 id="Status">Status</h2>
-
-<pre class="syntaxbox">100 Continue</pre>
-
-<h2 id="Specificaties">Specificaties</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specificatie</th>
- <th scope="col">Titel</th>
- </tr>
- <tr>
- <td>{{RFC("7231", "100 Continue" , "6.2.1")}}</td>
- <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_ondersteuning">Browser ondersteuning</h2>
-
-<p class="hidden">De ondersteuningstabel in deze pagina is gegenereerd van gestructureerde data. Als je wil bijdragen aan deze data, ga dan naar <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>en stuur ons een pull request.</p>
-
-<p>{{Compat("http.status.100")}}</p>
-
-<h2 id="Bekijk_ook">Bekijk ook</h2>
-
-<ul>
- <li>{{HTTPHeader("Expect")}}</li>
- <li>{{HTTPStatus(417)}}</li>
-</ul>