From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/nl/web/http/status/100/index.html | 48 --------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 files/nl/web/http/status/100/index.html (limited to 'files/nl/web/http/status/100/index.html') 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 ---- -
{{HTTPSidebar}}
- -
De HTTP 100 Continue 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.
- -
 
- -
Om een server de request's headers te laten checken, moet een client een {{HTTPHeader("Expect")}} : 100-continue versturen als een header in zijn originele aanvraag en een 100 Continue status code ontvangen in de reactie voor dat de body wordt verstuurd.
- -

Status

- -
100 Continue
- -

Specificaties

- - - - - - - - - - - - -
SpecificatieTitel
{{RFC("7231", "100 Continue" , "6.2.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
- -

Browser ondersteuning

- - - -

{{Compat("http.status.100")}}

- -

Bekijk ook

- - -- cgit v1.2.3-54-g00ecf