aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/methods/get/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/id/web/http/methods/get/index.html')
-rw-r--r--files/id/web/http/methods/get/index.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/files/id/web/http/methods/get/index.html b/files/id/web/http/methods/get/index.html
deleted file mode 100644
index ff8f8cdbab..0000000000
--- a/files/id/web/http/methods/get/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: GET
-slug: Web/HTTP/Methods/GET
-tags:
- - HTTP
- - Referensi
- - Request method
-translation_of: Web/HTTP/Methods/GET
----
-<div>{{HTTPSidebar}}</div>
-
-<p>Request <strong>HTTP <code>GET</code> method</strong> merupakan representasi dari resource spesifik. Request menggunakan <code>GET</code> hanya menerima data.</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row">Request has body</th>
- <td>No</td>
- </tr>
- <tr>
- <th scope="row">Successful response has body</th>
- <td>Yes</td>
- </tr>
- <tr>
- <th scope="row">{{Glossary("Safe")}}</th>
- <td>Yes</td>
- </tr>
- <tr>
- <th scope="row">{{Glossary("Idempotent")}}</th>
- <td>Yes</td>
- </tr>
- <tr>
- <th scope="row">{{Glossary("Cacheable")}}</th>
- <td>Yes</td>
- </tr>
- <tr>
- <th scope="row">Allowed in HTML forms</th>
- <td>Yes</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Sintaks">Sintaks</h2>
-
-<pre class="syntaxbox">GET /index.html
-</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", "GET", "4.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 pada 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 pull request.</p>
-
-<p>{{Compat("http.methods.GET")}}</p>
-
-<h2 id="Lihat_Juga">Lihat Juga</h2>
-
-<ul>
- <li>{{HTTPHeader("Range")}}</li>
-</ul>