aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/status/100/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/id/web/http/status/100/index.html')
-rw-r--r--files/id/web/http/status/100/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/files/id/web/http/status/100/index.html b/files/id/web/http/status/100/index.html
deleted file mode 100644
index 3f2f0db1d2..0000000000
--- a/files/id/web/http/status/100/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: 100 Continue
-slug: Web/HTTP/Status/100
-tags:
- - HTTP
- - Informasi
- - Status code
-translation_of: Web/HTTP/Status/100
----
-<div>{{HTTPSidebar}}</div>
-
-<p>HTTP <strong><code>100 Continue</code></strong> menginformasikan status kode respon yang menandakan bahwa semuanya OK dan klien dapat melanjutkan dengan permintaan atau mengabaikan jika telah terselesaikan.</p>
-
-<p>Untuk bisa mendapatkan server check pada header permintaan, klien harus mengirim <code>Expect: 100-continue</code> sebagai header pada permintaan inisial dan mendapatan kode status respon <code>100 Continue</code> sebelum mengirim konten atau body.</p>
-
-<h2 id="Status">Status</h2>
-
-<pre class="syntaxbox">100 Continue</pre>
-
-<h2 id="Spesifikasi">Spesifikasi</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spesifikasi</th>
- <th scope="col">Title</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="Kompabilitas_Browser">Kompabilitas Browser</h2>
-
-<p class="hidden">Tabel kompabilitas di halaman ini didapatkan dari struktur data. Jika anda ingin berkontribusi, silahkan kunjungi <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> dan kirimkan kami sebuah pull request.</p>
-
-<p>{{Compat("http/status", "100")}}</p>
-
-<h2 id="Lihat_Juga">Lihat Juga</h2>
-
-<ul>
- <li>{{HTTPHeader("Expect")}}</li>
- <li>{{HTTPStatus(417)}}</li>
-</ul>