diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/web/http/status/205/index.html | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/web/http/status/205/index.html')
-rw-r--r-- | files/pt-pt/web/http/status/205/index.html | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/files/pt-pt/web/http/status/205/index.html b/files/pt-pt/web/http/status/205/index.html deleted file mode 100644 index abd4774ca7..0000000000 --- a/files/pt-pt/web/http/status/205/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: 205 Reset Content -slug: Web/HTTP/Status/205 -tags: - - Códigos de resposta - - Códigos de resposta HTTP - - HTTP - - HTTP Status Code - - Referencia -translation_of: Web/HTTP/Status/205 ---- -<div>{{HTTPSidebar}}</div> - -<p>O código de resposta HTTP <strong><code>205 Reset Content</code></strong> indica ao cliente que deve reinicializar a vista do documento. Assim, por exemplo, deve limpar o conteúdo de um formulário, reiniciar o estado de uma tela ou refrescar o UI.</p> - -<h2 id="Status">Status</h2> - -<pre class="syntaxbox">205 Reset Content</pre> - -<h2 id="Especificações">Especificações</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Title</th> - </tr> - <tr> - <td>{{RFC("7231", "205 Reset Content" , "6.3.6")}}</td> - <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td> - </tr> - </tbody> -</table> - -<h2 id="Notas_sobre_compatibilidade">Notas sobre compatibilidade</h2> - -<ul> - <li>O comportamento dos navegadores difere para o caso de esta resposta incluir erradamente um corpo em ligações persistentes. Para mais detalhe, veja <a href="/en-US/docs/Web/HTTP/Status/204">204 No Content</a>.</li> -</ul> - -<h2 id="Ver_também">Ver também</h2> - -<ul> - <li>{{HTTPStatus(204)}} No Content</li> -</ul> |