aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/status/200/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/id/web/http/status/200/index.html')
-rw-r--r--files/id/web/http/status/200/index.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/id/web/http/status/200/index.html b/files/id/web/http/status/200/index.html
deleted file mode 100644
index 76c06a3e1e..0000000000
--- a/files/id/web/http/status/200/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: 200 OK
-slug: Web/HTTP/Status/200
-translation_of: Web/HTTP/Status/200
----
-<div>{{HTTPSidebar}}</div>
-
-<p>HTTP <strong><code>200 OK</code></strong> respon status sukses merupakan kode respon yang menandakan bahwa request sukses. respon 200 dapat dichace secara default.</p>
-
-<p>Arti dari sukses tergantung pada fungsi request HTTP:</p>
-
-<ul>
- <li>{{HTTPMethod("GET")}}: Resource telah di ambil dan ditransmisikan ke pesan body.</li>
- <li>{{HTTPMethod("HEAD")}}: Entity headers ada di pesan body.</li>
- <li>{{HTTPMethod("POST")}}: Resource mendeskripsikan hasil dari aksi yang ditransamisikan ke pesan body.</li>
- <li>{{HTTPMethod("TRACE")}}: Pesan body berisi pesan request seperti yang diterima oleh server.</li>
-</ul>
-
-<p>Kesuksesan hasil dari {{HTTPMethod("PUT")}} atau {{HTTPMethod("DELETE")}} biasanya bukan <code>200</code> <code>OK</code> tapi {{HTTPStatus("204")}} <code>No Content</code> (atau {{HTTPStatus("201")}} <code>Created</code> ketika resource diunggah pertama kali).</p>
-
-<h2 id="Status">Status</h2>
-
-<pre class="syntaxbox">200 OK</pre>
-
-<h2 id="Spesifikasi">Spesifikasi</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spesifikasi</th>
- <th scope="col">Judul</th>
- </tr>
- <tr>
- <td>{{RFC("7231", "200 OK" , "6.3.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 adalah hasil dari structured data. Jika anda ingin berkontribusi, silakan cek <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> dan kirimkan kami pull request.</p>
-
-<p>{{Compat("http.status.200")}}</p>
-
-<h2 id="Lihat_Juga">Lihat Juga</h2>
-
-<ul>
- <li><a href="/en-US/docs/Web/HTTP/Methods">HTTP request methods</a></li>
-</ul>