aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/status/410
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/id/web/http/status/410
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/id/web/http/status/410')
-rw-r--r--files/id/web/http/status/410/index.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/files/id/web/http/status/410/index.html b/files/id/web/http/status/410/index.html
deleted file mode 100644
index 42ac089598..0000000000
--- a/files/id/web/http/status/410/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
----
-title: 410 Gone
-slug: Web/HTTP/Status/410
-tags:
- - Galat Klien
- - HTTP
- - Kode status
- - Referensi
-translation_of: Web/HTTP/Status/410
----
-<div>{{HTTPSidebar}}</div>
-
-<p>Kode respon HTTP <code><strong>410 Gone</strong></code> mengindikasikan bahwa akses ke sumber daya tidak lagi tersedia di server asal dengan kondisi akan tidak tersedia secara permanen.</p>
-
-<p>Apabila Anda tidak tahu apakah kondisi ini hanya sementara atau permanen, kode error {{HTTPStatus(404)}} sebaiknya digunakan.</p>
-
-<div class="note">
-<p><strong>Catatan:</strong> Sebuah respon 410 dapat disimpan di dalam cache secara bawaan.</p>
-</div>
-
-<h2 id="Status">Status</h2>
-
-<pre class="syntaxbox">410 Gone</pre>
-
-<h2 id="Spesifikasi">Spesifikasi</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Title</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("7231", "410 Gone" , "6.5.9")}}</td>
- <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Dukungan_Peramban">Dukungan Peramban</h2>
-
-<p>The information shown below has been pulled from MDN's GitHub (<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>).</p>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p>{{Compat("http.status.410")}}</p>
-
-<h2 id="Lihat_Juga">Lihat Juga</h2>
-
-<ul>
- <li>{{HTTPStatus(404)}}</li>
-</ul>