aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/510/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/510/index.html')
-rw-r--r--files/pt-br/web/http/status/510/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/510/index.html b/files/pt-br/web/http/status/510/index.html
new file mode 100644
index 0000000000..54b4ec6261
--- /dev/null
+++ b/files/pt-br/web/http/status/510/index.html
@@ -0,0 +1,33 @@
+---
+title: 510 Not Extended
+slug: Web/HTTP/Status/510
+tags:
+ - Código de status
+ - Erro do servidor
+ - HTTP
+translation_of: Web/HTTP/Status/510
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O código de status da resposta HTTP  <code><strong>510 Not Extended</strong></code> é enviado no contexto do HTTP Extension Framework, definido na <a href="https://tools.ietf.org/html/rfc2774">RFC 2774</a>.</p>
+
+<p>Na especificação, um cliente pode mandar uma requisição que contenha uma declaração de extensão, que descreve a extensão a ser utilizada. Se o servidor aceitar tal requisição, mas quaisquer extensões descritas na requisição não forem suportadas, o servidor então retorna uma resposta com o código de status <strong><code>510</code></strong>.</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">510 Not Extended</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("2774", "510 Not Extended" , "7")}}</td>
+ <td>An HTTP Extension Framework</td>
+ </tr>
+ </tbody>
+</table>